Enum ISN_NSUbiquitousKeyValueStoreChangeReasons
Possible values associated with the Reason property.
Namespace: SA.iOS.Foundation
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_NSUbiquitousKeyValueStoreChangeReasons
Fields
Name | Description |
---|---|
AccountChange | The user has changed the primary iCloud account. The keys and values in the local key-value store have been replaced with those from the new account, regardless of the relative timestamps. |
InitialSyncChange | Your attempt to write to key-value storage was discarded because an initial download from iCloud has not yet happened. That is, before you can first write key-value data, the system must ensure that your app’s local, o n-disk cache matches the truth in iCloud. Initial downloads happen the first time a device is connected to an iCloud account, and when a user switches their primary iCloud account. |
None | Empty value. |
QuotaViolationChange | Your app’s key-value store has exceeded its space quota on the iCloud server. |
ServerChange | A value changed in iCloud. This occurs when another device, running another instance of your app and attached to the same iCloud account, uploads a new value. |