Confused on iCloud file changes
I push many small (<1kb) files to iCloud with a simple file extension. However, I'm so confused on how to tell when iCloud has downloaded a changed file to the device? I have no clue how to properly implement NSPersistentStoreDidImportUbiquitousContentChanges Notification.
Is there a simple example on a notification example of when a file that was pushed by device A is downloaded to device B? I want to capture the download without having to query constantly.
|