Static NSUserDefaultsSizeLimitExceededNotification

Source
pub unsafe static NSUserDefaultsSizeLimitExceededNotification: &'static NSNotificationName
Available on crate features NSNotification and NSString and NSUserDefaults only.
Expand description

NSUserDefaultsSizeLimitExceededNotification is posted on the main queue when more data is stored in user defaults than is allowed. Currently there is no limit for local user defaults except on tvOS, where a warning notification will be posted at 512kB, and the process terminated at 1MB. For ubiquitous defaults, the limit depends on the logged in iCloud user.

See also Apple’s documentation