You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
Important When you register for the NSUbiquitousKeyValueStoreDidChangeExternallyNotification notification, always specify the default key-value store object as the object of the notification.
The text was updated successfully, but these errors were encountered:
With that Apple refers to the object returned by +[NSUbiquitousKeyValueStore defaultStore]. This means that you must/should do the following when registering for the NSUbiquitousKeyValueStoreDidChangeExternallyNotification notification:
Most likely to ensure that you only receive notifications that you are actually interested in. Unfortunately the "original" MKiCloudSync code (i.e. this repo) does not do this, and a few other things (see issue/pull request #5). Instead I would recommend using pandamonia’s a2’s fork(edit 2013-01-24: same repo the guy just changed his username) instead which not only registers for the notification correctly but also fixes a bunch of other issues (such as which keys to sync).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the docs for NSUbiquitousKeyValueStore it states:
The text was updated successfully, but these errors were encountered: