---
title: ACAccountStoreDidChange
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsnotification/name-swift.struct/acaccountstoredidchange
---

# ACAccountStoreDidChange

Posted when the accounts managed by this account store changed in the database.

## Declaration

```swift
static let ACAccountStoreDidChange: NSNotification.Name
```

## Discussion

Discussion 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.
