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.
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 abrecordI want to add a contact (just the name and phone number) programatically in Swift. I've found some Objective-C examples …
ios iphone swift abaddressbookI'm creating an application that will save a contact to the address book, but when I use ABAddressBookCreate to my …
objective-c ios7 abaddressbookI have an app that uses the Address Book. When running in iOS 6 it runs this code when the user …
ios cocoa-touch ios6 abaddressbookI 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 abaddressbookI want to build a ContactsTableViewController like that of GroupMe. It shows all my Address Book contacts and even which …
ios uitableview abaddressbook abpeoplepickerviewHow can i sort (or retrieve sorted array of ) an iphone contact book by first name & last name programmatically ?? …
iphone ios abaddressbookI am using ABAddressBookRegisterExternalChangeCallback to get the external changes in AddressbookBook of the user. I am using the following code …
iphone ios abaddressbookI 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 abaddressbookMy 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