Global Variable グローバル変数

NSUbiquityIdentityDidChangeNotification

Sent after the iCloud (“ubiquity”) identity has changed. iCloud(「偏在」)身元が変更された後に送られます。

Declaration 宣言

const NSNotificationName NSUbiquityIdentityDidChangeNotification;

Discussion 議論

The system generates this notification when the user logs into or out of an iCloud account or enables or disables the syncing of documents and data. This notification is your cue to update caches and any interface elements displaying iCloud–related content. For example, hide all references to iCloud files when the user logs out of iCloud. システムはこの通知を、ユーザがiCloudアカウントにログインまたはアウトするもしくは書類とデータの同期を可能または不可能にする時に生成します。この通知は、iCloud関連内容を表示するキャッシュおよびあらゆるインターフェイス要素を更新するあなたの手がかりです。例えば、ユーザがiCloudをログアウトする時、iCloudファイルへの全ての参照を隠してください。

When your app receives this notification, get the new token from the ubiquityIdentityToken instance property. The value of that token is nil if the user disabled iCloud or logged out. There is no userInfo dictionary. あなたのアプリがこの通知を受け取る時、新しいトークンをubiquityIdentityTokenインスタンスプロパティから取得してください。このトークンの値は、ユーザがiCloudを無効化するまたはログアウトしたならば、nilです。userInfo辞書はありません。