ACAccountStoreDidChange
Posted when the accounts managed by this account store changed in the database.
Declaration
static let ACAccountStoreDidChange: NSNotification.NameDiscussion
The notification sent if an account is saved or removed locally or externally. If you receive this notification, you should refetch all account objects.
There’s no userInfo dictionary associated with this notification.