---
title: default
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsubiquitouskeyvaluestore/default
---

# default

The shared iCloud key-value store object.

## Declaration

```swift
class var `default`: NSUbiquitousKeyValueStore { get }
```

## Discussion

Discussion Use this object to access the shared iCloud key-value store tied to your app and the current person. You must use this object to get and set stored values.
