---
title: CKAccountStatus.temporarilyUnavailable
framework: cloudkit
role: symbol
role_heading: Case
path: cloudkit/ckaccountstatus/temporarilyunavailable
---

# CKAccountStatus.temporarilyUnavailable

The user’s iCloud account is temporarily unavailable.

## Declaration

```swift
case temporarilyUnavailable
```

## Discussion

Discussion You receive this account status when the user’s iCloud account is available, but isn’t ready to support CloudKit operations. Don’t delete any cached data and don’t enqueue any CloudKit operations after receipt of this account status. Instead, use the CKAccountChanged notification to listen for when the status changes to CKAccountStatus.available.

## See Also

### Account Statuses

- [CKAccountStatus.available](cloudkit/ckaccountstatus/available.md)
- [CKAccountStatus.couldNotDetermine](cloudkit/ckaccountstatus/couldnotdetermine.md)
- [CKAccountStatus.noAccount](cloudkit/ckaccountstatus/noaccount.md)
- [CKAccountStatus.restricted](cloudkit/ckaccountstatus/restricted.md)
