<!--
{
  "availability" : [
    "iOS: 2.0.0 - 9.0.0",
    "iPadOS: 2.0.0 - 9.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABAddressBookCreate()",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:@F@ABAddressBookCreate"
  },
  "title" : "ABAddressBookCreate()"
}
-->

# ABAddressBookCreate()

Creates a new address book object with data from the Address Book database.

```
func ABAddressBookCreate() -> Unmanaged<ABAddressBook>!
```

## Return Value

An address book object.

## Discussion

Changes made to the returned address book are reflected in the Address Book database only after saving the address book with [`ABAddressBookSave(_:_:)`](/documentation/AddressBook/ABAddressBookSave(_:_:)).

> Important:
> You must ensure that an instance of `ABAddressBookRef` is used by only one thread.

---

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)