Post

Replies

Boosts

Views

Activity

Reply to Initial sync of watchOS app using Core Data and CloudKit
I confirmed that the issue is too much data to be synchronized. If I trim my data set so there are only ~1k entities, the Watch app is able to sync all the data, and the time between CloudKit import start and end events is about ~10s. When the number of entities on the order of ~10k, the Watch app CloudKit import never completes, even after leaving the app running (with debugger attached) for 15 minutes. Is this limitation documented anywhere?
Topic: App & System Services SubTopic: General Tags:
Sep ’23
Reply to Initial sync of watchOS app using Core Data and CloudKit
I confirmed that the issue is too much data to be synchronized. If I trim my data set so there are only ~1k entities, the Watch app is able to sync all the data, and the time between CloudKit import start and end events is about ~10s. When the number of entities on the order of ~10k, the Watch app CloudKit import never completes, even after leaving the app running (with debugger attached) for 15 minutes. Is this limitation documented anywhere?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Update Watch Complication with CloudKit
How are you using CloudKit API directly from the complication? My impression was Core Data for CloudKit handles all the syncing and does not expose interfaces to mange it directly. I'm facing similar issues with watchOS app staying in sync with data in CloudKit.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode 14 watchOS Error
I was getting the error after updating my project to consolidate watchOS app extension and app targets. Adding a WKApplication key to the watch app's Info.plist (type: boolean, value: 1) fixed this for me.
Replies
Boosts
Views
Activity
Jun ’22