---
title: NSPersistentStoreRemoteChange
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsnotification/name-swift.struct/nspersistentstoreremotechange
---

# NSPersistentStoreRemoteChange

A notification that posts after another process writes to a persistent store.

## Declaration

```swift
static let NSPersistentStoreRemoteChange: NSNotification.Name
```

## Discussion

Discussion This notification’s object is the changed store coordinator. The framework posts the notification to a private thread. Move to a known thread before peforming any work. The userInfo dictionary contains the store’s URL, the store’s unique identifier, and the transaction’s history token, which you access with the NSPersistentStoreURLKey, NSStoreUUIDKey, and NSPersistentHistoryTokenKey keys. It’s safe to capture the dictionary’s contents.

## See Also

### Core Data

- [NSManagedObjectContextDidSave](foundation/nsnotification/name-swift.struct/nsmanagedobjectcontextdidsave.md)
- [NSManagedObjectContextObjectsDidChange](foundation/nsnotification/name-swift.struct/nsmanagedobjectcontextobjectsdidchange.md)
- [NSManagedObjectContextWillSave](foundation/nsnotification/name-swift.struct/nsmanagedobjectcontextwillsave.md)
- [NSPersistentStoreCoordinatorStoresDidChange](foundation/nsnotification/name-swift.struct/nspersistentstorecoordinatorstoresdidchange.md)
- [NSPersistentStoreCoordinatorStoresWillChange](foundation/nsnotification/name-swift.struct/nspersistentstorecoordinatorstoreswillchange.md)
- [NSPersistentStoreCoordinatorWillRemoveStore](foundation/nsnotification/name-swift.struct/nspersistentstorecoordinatorwillremovestore.md)
- [NSCoreDataCoreSpotlightDelegateIndexDidUpdate](foundation/nsnotification/name-swift.struct/nscoredatacorespotlightdelegateindexdidupdate.md)
- [NSManagedObjectContextDidMergeChangesObjectIDs](foundation/nsnotification/name-swift.struct/nsmanagedobjectcontextdidmergechangesobjectids.md)
- [NSManagedObjectContextDidSaveObjectIDs](foundation/nsnotification/name-swift.struct/nsmanagedobjectcontextdidsaveobjectids.md)
- [NSPersistentStoreDidImportUbiquitousContentChanges](foundation/nsnotification/name-swift.struct/nspersistentstoredidimportubiquitouscontentchanges.md)
