---
title: NSUbiquitousKeyValueStoreServerChange
framework: foundation
role: symbol
role_heading: Global Variable
path: foundation/nsubiquitouskeyvaluestoreserverchange
---

# NSUbiquitousKeyValueStoreServerChange

A constant that indicates a value changed in iCloud.

## Declaration

```swift
var NSUbiquitousKeyValueStoreServerChange: Int { get }
```

## Discussion

Discussion This type of change occurs when another instance of your app changes the value on a different device.

## See Also

### Detecting changes to values

- [didChangeExternallyNotification](foundation/nsubiquitouskeyvaluestore/didchangeexternallynotification.md)
- [NSUbiquitousKeyValueStoreChangeReasonKey](foundation/nsubiquitouskeyvaluestorechangereasonkey.md)
- [NSUbiquitousKeyValueStoreChangedKeysKey](foundation/nsubiquitouskeyvaluestorechangedkeyskey.md)
- [NSUbiquitousKeyValueStoreInitialSyncChange](foundation/nsubiquitouskeyvaluestoreinitialsyncchange.md)
- [NSUbiquitousKeyValueStoreQuotaViolationChange](foundation/nsubiquitouskeyvaluestorequotaviolationchange.md)
- [NSUbiquitousKeyValueStoreAccountChange](foundation/nsubiquitouskeyvaluestoreaccountchange.md)
