Contents

CKAccountChanged

A notification that a container posts when the status of an iCloud account changes.

Declaration

static let CKAccountChanged: NSNotification.Name

Discussion

Create an instance of CKContainer to receive this notification. The container posts the notification using an arbitrary queue. Use the accountStatus(completionHandler:) method to obtain the account’s status.