NSUbiquitousUserDefaultsNoCloudAccountNotification

Static NSUbiquitousUserDefaultsNoCloudAccountNotification 

Source
pub unsafe static NSUbiquitousUserDefaultsNoCloudAccountNotification: &'static NSNotificationName
👎Deprecated: Notification is never posted
Available on crate features NSNotification and NSString and NSUserDefaults only.
Expand description

NSUbiquitousUserDefaultsNoCloudAccountNotification is posted on the main queue to the default notification center when a cloud default is set, but no iCloud user is logged in.

This is not necessarily an error: ubiquitous defaults set when no iCloud user is logged in will be uploaded the next time one is available if configured to do so.

See also Apple’s documentation