Thank you for your reply.If I understand well, the steps are:1. UIApplication.beginBackgroundTask2. If expired -> URLSessionConfiguration.background(withIdentifier: identifier)One more thing : have you any trick to test the background modes?As the app is waken up by the location change, so not launched by Xcode, how to debug it (have breakpoint)?Is the simulator working exactly as a real device on background modes? Is there some differences?Thanks!
Post
Replies
Boosts
Views
Activity
I'm experiencing the same issue.
If I rollback to a lower watchOS version (for instance watchOS 7.0), it works.