<!--
{
  "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" : "CoreData",
  "identifier" : "/documentation/CoreData/NSPersistentStoreUbiquitousContentURLKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:@NSPersistentStoreUbiquitousContentURLKey"
  },
  "title" : "NSPersistentStoreUbiquitousContentURLKey"
}
-->

# NSPersistentStoreUbiquitousContentURLKey

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

```
let NSPersistentStoreUbiquitousContentURLKey: String
```

## 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.

---

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)