Same question, but I need AVPlayer to disconnect audio from video to play it in background.
Post
Replies
Boosts
Views
Activity
Same problem
Same problem on watch in Xcode 12 beta 6.
UPD. I have "stopped using Apple ID" (via iPhone's settings) for main app. And login on watch starts working.
Same problem with passcode in Apple Watch simulator.
Just use universal push key instead of separate id with certificate. And send to {bundleId}.watchkitapp.complication in topic and set apns-push-type to complication. More info:
https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns
I have started get this error again after Xcode 12 release :(
Same problem on watchOS 7.1 :(
Any updates about opening web url in WatchOS 7?
Agree, is anything else except Yahoo's Flurry?
I have erased my apple watch completely and now it works.
Same
Same problem
As for me, there was crash because of breakpointOnError in production.
There are some changes in app launch behavior with "prewarm", which can lead to problems with keychain. Check this article and documentation:
https://sourcediving.com/solving-mysterious-logout-issues-on-ios-15-8b818c089466
https://developer.apple.com/documentation/uikit/app_and_environment/responding_to_the_launch_of_your_app/about_the_app_launch_sequence#3894431