Posts

Post not yet marked as solved
6 Replies
This is an issue to me as well.
Post not yet marked as solved
51 Replies
Jan 14, 2022. Is deleting containers supported now? At least, we need the ability to delete the containers that are not deployed to production.
Post not yet marked as solved
8 Replies
I have the same question
Post not yet marked as solved
1 Replies
It turns out the loop exists in such a scenario: Device A Core Data changes -> CloudKit changes -> Push notification -> Device B Core Data changes -> (repeatedly) CloudKit changes -> Push notification -> Device A Core Data changes -> ........
Post not yet marked as solved
1 Replies
I suggest you to user recordID in the method -[CKContainer fetchUserRecordIDWithCompletionHandler:] when you create a subscription. You should cache the user recordID. And next time when you see the curreent user recordID is different from the cached one, you can assume the iCloud account logged in has changed. Then you just create another subscription with the most recent user recordID.
Post marked as solved
3 Replies
This problem happens to me in an iOS share extension. I haven't tried the main app.
Post not yet marked as solved
21 Replies
Not able to reproduce in iOS 13.1.3
Post not yet marked as solved
21 Replies
I see the same issue in iOS 13.1.1.