NSPersistentStoreDidImportUbiquitousContentChanges
Posted after records are imported from the ubiquitous content store.
Declaration
static let NSPersistentStoreDidImportUbiquitousContentChanges: NSNotification.NameDiscussion
The notification’s object is set to the NSPersistentStoreCoordinator instance which registered the store. The notification’s userInfo dictionary contains the same keys as the NSManagedObjectContextObjectsDidChange notification (NSInsertedObjectsKey, NSUpdatedObjectsKeyNSDeletedObjectsKey), however the values are sets of NSManagedObjectID objects rather than sets of NSManagedObject objects.
See Also
Core Data
NSManagedObjectContextDidSaveNSManagedObjectContextObjectsDidChangeNSManagedObjectContextWillSaveNSPersistentStoreCoordinatorStoresDidChangeNSPersistentStoreCoordinatorStoresWillChangeNSPersistentStoreCoordinatorWillRemoveStoreNSCoreDataCoreSpotlightDelegateIndexDidUpdateNSManagedObjectContextDidMergeChangesObjectIDsNSManagedObjectContextDidSaveObjectIDsNSPersistentStoreRemoteChange