Greetings fellow WatchOS app developers,
On the iOS simulator running 12.5 beta, the method updateApplicationContext() claims that it succeeded, no exception is thrown and yet the WatchOS app, running on a WatchOS 7.4 simulator never gets its
Same issue in the other direction: The WatchOs app claims success on updating the iPhone app's application context. Yet nothing arrives.
This works fine on real devices running iOS 14.5 beta and WatchOS 7.4 beta.
Are there any workarounds? Due to Covid-19, I'm working remotely and can't debug on a real device, and need to be able to debug a critical WatchOS 7.4 specific issue.
Thanks in advance!
On the iOS simulator running 12.5 beta, the method updateApplicationContext() claims that it succeeded, no exception is thrown and yet the WatchOS app, running on a WatchOS 7.4 simulator never gets its
Code Block language session(_ session: WCSession, didReceiveApplicationContext applicationContext: [String : Any])
method invoked.Same issue in the other direction: The WatchOs app claims success on updating the iPhone app's application context. Yet nothing arrives.
This works fine on real devices running iOS 14.5 beta and WatchOS 7.4 beta.
Are there any workarounds? Due to Covid-19, I'm working remotely and can't debug on a real device, and need to be able to debug a critical WatchOS 7.4 specific issue.
Thanks in advance!