<!--
{
  "availability" : [
    "iOS: 5.0.0 - 14.0.0",
    "iPadOS: 5.0.0 - 14.0.0",
    "macCatalyst: 13.1.0 - 14.0.0",
    "macOS: 10.8.0 - 11.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSNotification/Name-swift.struct/ACAccountStoreDidChange",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@ACAccountStoreDidChangeNotification"
  },
  "title" : "ACAccountStoreDidChange"
}
-->

# ACAccountStoreDidChange

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

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

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)