I have a text field with a contact name and I want to get the phone number for that:
ABAddressBookRef adressBook = ABAddressBookCreate(); NSArray *people = (NSA
kABPersonPhoneProperty is a multi-value property, but you're treating it as a string. You should get the individual numbers and print them separately.