<!--
{
  "availability" : [
    "iOS: 5.0.0 - 10.0.0",
    "iPadOS: 5.0.0 - 10.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.7.0 - 10.12.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSNotification/Name-swift.struct/NSPersistentStoreDidImportUbiquitousContentChanges",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@NSPersistentStoreDidImportUbiquitousContentChangesNotification"
  },
  "title" : "NSPersistentStoreDidImportUbiquitousContentChanges"
}
-->

# NSPersistentStoreDidImportUbiquitousContentChanges

Posted after records are imported from the ubiquitous content store.

```
static let NSPersistentStoreDidImportUbiquitousContentChanges: NSNotification.Name
```

## Discussion

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`](/documentation/Foundation/NSNotification/Name-swift.struct/NSManagedObjectContextObjectsDidChange) notification (<doc://com.apple.documentation/documentation/CoreData/NSInsertedObjectsKey>, <doc://com.apple.documentation/documentation/CoreData/NSUpdatedObjectsKey><doc://com.apple.documentation/documentation/CoreData/NSDeletedObjectsKey>), however the values are sets of <doc://com.apple.documentation/documentation/CoreData/NSManagedObjectID> objects rather than sets of <doc://com.apple.documentation/documentation/CoreData/NSManagedObject> objects.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)