-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WatchKit button action does not work on simulators running WatchOS 7 #9850
Comments
Any updates? |
same issue here... |
Look as if this may cover it: #10133 |
This really puts me in a tough spot. Having companion watch app is a selling point for one of my apps and this plus other breaking issues in the past gives them bad impressions |
Any updates here? Guys if you can't do it. please close support for watchOS, so we don't do buggy watch app with your broken support. you can work on other functions which remain from very long time. |
Any update for this issues? |
Any update for these issues? We can't deliver our application without this feature. Please fix ASAP |
Closing, since watchOS isn't supported in .NET, and Xamarin is not supported anymore. |
Controller actions associated with buttons on WatchOS v7 are never called and instead produce errors:
Same application run on Simulator WatchOS 6.2 works without error. The issue can be reproduced with existing projects as well as new ones targeting any WatchOS version.
Steps to Reproduce
Same application run on Watch Simulator v.6.2.1 works without error.
Expected Behavior
The associated action is executed correctly and the message is received in the iOS app.
Actual Behavior
Actions declared on controller are never executed and the following errors appear in log/Console:
Environment
Build Logs
Example Project (If Possible)
https://github.com/xamarin/ios-samples/tree/master/watchOS/WatchConnectivity
The text was updated successfully, but these errors were encountered: