---
title: NSPersistentStoreUbiquitousTransitionType.accountRemoved
framework: coredata
role: symbol
role_heading: Case
path: coredata/nspersistentstoreubiquitoustransitiontype/accountremoved
---

# NSPersistentStoreUbiquitousTransitionType.accountRemoved

This value indicates that no iCloud account is available, and the persistent store in use will or did transition to the “local” store.

## Declaration

```swift
case accountRemoved
```

## Discussion

Discussion It is only possible to discern this state when the application is running, and therefore this transition type will only be posted if the account is removed while the application is running or in the background.

## See Also

### Constants

- [NSPersistentStoreUbiquitousTransitionType.accountAdded](coredata/nspersistentstoreubiquitoustransitiontype/accountadded.md)
- [NSPersistentStoreUbiquitousTransitionType.contentRemoved](coredata/nspersistentstoreubiquitoustransitiontype/contentremoved.md)
- [NSPersistentStoreUbiquitousTransitionType.initialImportCompleted](coredata/nspersistentstoreubiquitoustransitiontype/initialimportcompleted.md)
