Is there any method to receive a notification or callback when NSPersistentCloudKitContainer begins and ends a batch of sync operations? I'd like to be able to show some sort of sync progress in my UI.
Display UI when NSPersistentCloudKitContainer begins and ends a sync
Recommended
Have a look at NSPersistentCloudKitContainerEvent in macOS 11 / iOS 14. If that doesn't meet your needs please file a feedback report with some details about your intended use case.
I have consulted the documentation here:
https://developer.apple.com/documentation/coredata/nspersistentcloudkitcontainer/event?changes=latest_minor
however there is no information that describes how this event works, can I expect documentation in the future?
https://developer.apple.com/documentation/coredata/nspersistentcloudkitcontainer/event?changes=latest_minor
however there is no information that describes how this event works, can I expect documentation in the future?
Same problem here. No documentation provided on how to use NSPersistentCloudKitContainerEvent.