views:

19

answers:

0

hi how an i get phone no of a given record using xcode i am able to get first name and last name using ABRecordRef *person_record = CFArrayGetValueAtIndex(people,i); NSString *first_name = ABRecordCopyValue(person_record,kABPersonFirstNameProperty); NSString *last_name = ABRecordCopyValue(person_record,kABPersonLastNameProperty);

but getting problem in fetching phone contact list

thanx