The documentation doesn't seem very clear about this, but can I rely on NSUbiquitousKeyValueStore to persist data locally when the device is not connected, or should I also use a NSUserDefaults?

有帮助吗?

解决方案

From the iCloud design doc with regards to Key Value storage

Always effectively available. If a device is not attached to an account, changes created on the device are pushed to iCloud as soon as the device is attached to the account.

(in the table at the bottom of the page)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top