The callback from syncing of NSPersistentCloudKitContainer is mostly added from iOS14 onwards. I got to know that NSPersistentCloudKitContainer.Event helps to understand sync status of data from CoreData to CloudKit.
Use Case:
I need to understand the sync status of data from watch to Cloudkit, so that I can choose to send it explicitly to companion phone or not.
Has anybody got leads how to use make use of the newly released features forNSPersistentCloudKitContainer in iOS14?
For reference : [https://developer.apple.com/documentation/coredata/nspersistentcloudkitcontainer)
Use Case:
I need to understand the sync status of data from watch to Cloudkit, so that I can choose to send it explicitly to companion phone or not.
Has anybody got leads how to use make use of the newly released features forNSPersistentCloudKitContainer in iOS14?
For reference : [https://developer.apple.com/documentation/coredata/nspersistentcloudkitcontainer)