---
title: noCloudAccountNotification
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/userdefaults/nocloudaccountnotification
---

# noCloudAccountNotification

Posted when a cloud default is set, but no iCloud user is logged in.

## Declaration

```swift
class let noCloudAccountNotification: NSNotification.Name
```

## Discussion

Discussion This notification is posted to the default notification center on the main queue. This notification doesn’t necessarily indicate an error; ubiquitous defaults set when no iCloud user is logged in are uploaded the next time one is available if configured to do so.

## See Also

### Deprecated

- [init(user:)](foundation/userdefaults/init(user:).md)
- [synchronize()](foundation/userdefaults/synchronize().md)
- [resetStandardUserDefaults()](foundation/userdefaults/resetstandarduserdefaults().md)
- [persistentDomainNames()](foundation/userdefaults/persistentdomainnames().md)
- [completedInitialCloudSyncNotification](foundation/userdefaults/completedinitialcloudsyncnotification.md)
- [didChangeCloudAccountsNotification](foundation/userdefaults/didchangecloudaccountsnotification.md)
- [Language-Dependent Information Constants](foundation/language-dependent-information-constants.md)
