CKAccountChangedNotification

Static CKAccountChangedNotification 

Source
pub unsafe static CKAccountChangedNotification: &'static NSString
Available on crate feature CKContainer only.
Expand description

This local notification is posted when there has been any change to the logged in iCloud account.

On receipt, an updated account status should be obtained by calling accountStatusWithCompletionHandler:

See also Apple’s documentation