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.

Dealing with duplicate contacts due to linked cards in iOS' Address Book API

Some beta-users of my upcoming app are reporting that the list of contacts contain a lot of duplicate records. I'm …

objective-c cocoa-touch duplicates abaddressbook abrecord
Programmatically add contact in Swift

I want to add a contact (just the name and phone number) programatically in Swift. I've found some Objective-C examples …

ios iphone swift abaddressbook
ABAddressBookCreate deprecated

I'm creating an application that will save a contact to the address book, but when I use ABAddressBookCreate to my …

objective-c ios7 abaddressbook
App crashed in iOS 6 when user changes Contacts access permissions

I have an app that uses the Address Book. When running in iOS 6 it runs this code when the user …

ios cocoa-touch ios6 abaddressbook
Toggling Privacy settings will kill the app

I have an app that uses the iPhone's contacts. With iOS 6, the user will be prompted for Contact access on …

ios objective-c ios6 addressbook abaddressbook
GroupMe Contacts | Address Book

I want to build a ContactsTableViewController like that of GroupMe. It shows all my Address Book contacts and even which …

ios uitableview abaddressbook abpeoplepickerview
how to sort iphone contact book?

How can i sort (or retrieve sorted array of ) an iphone contact book by first name & last name programmatically ?? …

iphone ios abaddressbook
Detect what was changed from ABAddressBookRegisterExternalChangeCallback

I am using ABAddressBookRegisterExternalChangeCallback to get the external changes in AddressbookBook of the user. I am using the following code …

iphone ios abaddressbook
How to get an iPhone address book contact's emails as NSStrings?

I know that there can be multiple values for an email, but I'm not sure how to browse through them. …

iphone objective-c cocoa-touch abaddressbook
App "failed to resume in time" and hangs

My app runs fine on my ipad but when I run it on my bosses ipad it hangs and stores …

iphone objective-c core-data abaddressbook