Top "Addressbook" questions

An address book or a name and address book (NAB) is a book or a database used for storing entries called contacts.

How to split a delimited NSString into NSArray

I have a little problem when I try to split delimited string into an Array. Basically, I want to pass …

ios nsstring nsarray addressbook
How to add a contact from my app to the iOS address book

I would like to add the ability to save a contact (phone number, name, address and email) in the iOS …

iphone objective-c addressbook
Contact Address book crash on iOS 10 beta

When click on any contacts in address book (inside my app) it's crashing on iOS 10 beta and working fine on …

ios contacts addressbook ios10
Generate vCard from AddressBook.framework

I'm utilising the AddressBook.framework in my iPhone app, and I'd like to replicate something along the lines of the …

iphone cocoa-touch cocoa addressbook vcf-vcard
Can't Access Contacts Sources on Device in iOS 6

This code worked OK on iOS 5.1 and also does work in the iPhone simulator with iOS 6. It fails silently on …

ios addressbook
Magento - get Customer Address id of order shipping address

I got the shipping address of an order by $order->getShippingAddress() $order = Mage::getModel('Mage_Sales_Model_Order'); $order-&…

magento checkout addressbook shipping billing
Getting favourites contacts in Android

I am trying to get all contacts in the favourites list of the Android contacts. Currently, I can get all …

android contacts addressbook favorites
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
iPhone SDK: EXC_BAD_ACCESS with CFRelease for ABAddressBookRef

there's very strange error with my code.. In fact, there's no errors at all, just debugger starts with "Program received …

iphone sdk addressbook
Get image of a person from iPhone address book

How do you get a person's image from an iPhone address book?

iphone addressbook