Posts

Post not yet marked as solved
15 Replies
0 Views
Sadly WCSession.default.updateApplicationContext(...) is again broken in a simulator context for watchOS versions after 7.2, and also for all watchOS 8 beta versions so far. FB9547733 includes some detailed information about the situation with Xcode 13 / watchOS 8 beta.
Post not yet marked as solved
15 Replies
0 Views
WCSession.default.transferFile(...) is unfortunately still not working as expected neither in Xcode 12 release no in Xcode 12.2 beta 2. I've updated FB7812526 with new diagnose files for Xcode 12.2 beta 2.
Post not yet marked as solved
15 Replies
0 Views
WCSession.default.updateApplicationContext(...) is now fixed in beta 6 πŸŽ‰ Thanks a lot 😊 WCSession.default.transferFile(...) is unfortunately still not working as expected. I've updated FB7812526 with new diagnose files 🀞
Post not yet marked as solved
15 Replies
0 Views
Yes, I updated my reports again, I guess WatchConnectivity unfortunately doesn't get any priority πŸ™
Post not yet marked as solved
15 Replies
0 Views
Same for me on beta 4 😒, updated my feedback reports with new sysdiagnose files. Hope this critical bug gets fixed soon.
Post not yet marked as solved
15 Replies
0 Views
Same for me on beta 3, updated my feedback reports with new sysdiagnose files. Hope this critical bug gets fixed soon.
Post not yet marked as solved
15 Replies
0 Views
Can confirm same situation in Xcode 12 beta 2 - I updated my feedback with new sysdiagnose files, hopefully this will be fixed soon.
Post not yet marked as solved
11 Replies
0 Views
I have exactly the same problem, transferFile does not seem to work at all in simulators for watchOS 6 and iOS 13 but does work on actual physical devices.Interestingly the same code works without problems for a watchOS 5 and iOS 12 simulator combination, so you could try and older watchOS / iOS simulator combination in case you want to test on simulators.