Top "Abaddressbook" questions

The ABAddressBook opaque type provides a programming interface to the Address Book — a centralized database used by multiple applications to store personal information about people.

Get a list of all contacts on iOS

I want to get a list of all contacts of an iPhone. I checked Address Book reference, I may missed …

ios ios4 abaddressbook
How do I correctly use ABAddressBookCreateWithOptions method in iOS 6?

I am trying to understand the ABAdressBookCreateWithOptions and ABAddressBookRequestAccessWithCompletion methods in iOS 6. The most information i have been able to …

iphone objective-c ios cocoa-touch abaddressbook
Get iPhone phone number label from Address Book

So I have a method to get all the contact phone numbers from the address book on the iPhone, but …

iphone objective-c ios abaddressbook phone-number
iOS 6 Address Book not working?

My method of programmatically retrieving e-mail addresses from the Address Book no longer seems to work on iOS 6 devices. It …

objective-c ios ios6 abaddressbook
Accessing iOS Address Book with Swift: array count of zero

I am trying to write a simple method to ask a user for access to their address book and then …

ios swift abaddressbook
How to add new contact to iOS Contacts (Address Book)?

I want to save contact directly to an iOS device's Address Book programmatically. How can I do it?

iphone abaddressbook
How to select a contact with ABPeoplePickerNavigationController in Swift?

I have added the ABPeoplePickerNavigationController into my first view controller. I want that when I select a contact show the …

swift addressbook abaddressbook peoplepicker addressbookui
How does Square's CardCase app automatically populate the user's details from the address book?

Square's new card case iOS app has a "Create Account" feature. Tap it and it shows a form PREPOPULATED with …

ios abaddressbook square
Swift filter array using NSPredicate

I have an application written in Swift that is pulling in the users contacts from their address book. I want …

ios swift abaddressbook
Correct vCard format for iOS devices?

In iOS 5 and above, Apple introduced the ABPersonCreatePeopleInSourceWithVCardRepresentation method, which is pretty useful in feeding a vCard to the Address …

objective-c ios abaddressbook