Discussion 議論
This notification is sent only upon a change received from iCloud; it is not sent when your app sets a value. この通知は、iCloudから受け取った変更に関してのみ送られます;それはあなたのアプリが値を設定する時は送られません。
The user info dictionary can contain the reason for the notification as well as a list of which values changed, as follows: ユーザ情報辞書は、通知の理由を含むことができます、どの値が変更されたかのリストだけでなく、下のように:
The value of the
NSUbiquitous
key, when present, indicates why the key-value store changed. Its value is one of the constants in Change Reason Values.Key Value Store Change Reason Key NSUbiquitous
キーの値は、存在する場合、なぜキー値保管が変化したかを指し示します。それの値は、理由値を変更するの中の定数の1つです。Key Value Store Change Reason Key The value of the
NSUbiquitous
, when present, is an array of strings, each the name of a key whose value changed.Key Value Store Changed Keys Key NSUbiquitous
の値は、存在する場合、文字列からなる配列、それの値が変化したキーの各名前です。Key Value Store Changed Keys Key
The notification object is the NSUbiquitous
object whose contents changed.
通知オブジェクトは、それの内容が変化したNSUbiquitous
オブジェクトです。
Important 重要
Early in your app’s launch sequence, register for the did
notification using the Notification
class. Specify the default key-value store object (obtained using the default
class method) as the object whose notifications you want to receive.
あなたのアプリの持つ起動シーケンスの初期に、did
通知にNotification
クラスを使って登録してください。省略時のキー値保管オブジェクト(default
クラスメソッドを使って入手される)を、それの通知をあなたが受け取りたいオブジェクトとして登録してください。