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
NSMutableArray *phoneNumbers = [[[NSMutableArray alloc] init] autorelease]; ABMultiValueRef multiPhones = ABRecordCopyValue(person,kABPersonPhoneProperty); for(CFIndex i=0;i