Contents

CKAccountStatus.temporarilyUnavailable

The user’s iCloud account is temporarily unavailable.

Declaration

case temporarilyUnavailable

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