Post

Replies

Boosts

Views

Activity

Reply to watchOS 10: CloudKit CoreData Sync (NSPersistentCloudKitContainer) Requires Watch on Charger
What are your logs showing? I'm having issues as well on both iOS 17 and watchOS 10. The most interesting part is this: ("CoreData: CloudKit Setup"), was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(_:) for your task in a timely manner to avoid this. Also, do you see your app contacting iCloud servers in app privacy report?
Oct ’23
Reply to CloudKit not working properly in iOS 17 RC
Any update on this issue? It’s still present in 17.0.2. Looking at the app privacy report it never makes any attempt to connect to iCloud servers. I also noticed this when looking at the logs: Background Task 5 ("CoreData: CloudKit Setup"), was created over 30 seconds ago. In applications running in the background, this creates a risk of termination. Remember to call UIApplication.endBackgroundTask(_:) for your task in a timely manner to avoid this.
Oct ’23