<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABSave(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:@F@ABSave"
  },
  "title" : "ABSave(_:)"
}
-->

# ABSave(_:)

Saves all the changes made since the last save.

```
func ABSave(_ addressBook: ABAddressBookRef!) -> Bool
```

## Parameters

`addressBook`

The address book for the logged-in user.

## Return Value

`true` if this function is successful or if there were no changes, `false` otherwise.

---

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)