---
title: NSPersistentStoreUbiquitousContentURLKey
framework: coredata
role: symbol
role_heading: Global Variable
path: coredata/nspersistentstoreubiquitouscontenturlkey
---

# NSPersistentStoreUbiquitousContentURLKey

Option to specify the log path to use for ubiquitous content logs.

## Declaration

```swift
let NSPersistentStoreUbiquitousContentURLKey: String
```

## Discussion

Discussion In iOS 6 and OS X 10.8 and below, this option is required for ubiquitous content to function. In iOS 7 and macOS 10.9 and later, it is optional.

## See Also

### Deprecated

- [NSExternalRecordsDirectoryOption](coredata/nsexternalrecordsdirectoryoption.md)
- [NSExternalRecordExtensionOption](coredata/nsexternalrecordextensionoption.md)
- [NSExternalRecordsFileFormatOption](coredata/nsexternalrecordsfileformatoption.md)
- [NSPersistentStoreUbiquitousContentNameKey](coredata/nspersistentstoreubiquitouscontentnamekey.md)
- [NSPersistentStoreUbiquitousPeerTokenOption](coredata/nspersistentstoreubiquitouspeertokenoption.md)
- [NSPersistentStoreRemoveUbiquitousMetadataOption](coredata/nspersistentstoreremoveubiquitousmetadataoption.md)
- [NSPersistentStoreUbiquitousContainerIdentifierKey](coredata/nspersistentstoreubiquitouscontaineridentifierkey.md)
- [NSPersistentStoreRebuildFromUbiquitousContentOption](coredata/nspersistentstorerebuildfromubiquitouscontentoption.md)
