I need to know how to extract everyname & number from the address book in xcode for the iphone. I need to have the name and number in the following format:
John Doe:000000000000000 Jane Doe:000000000000000
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you searching for all phone numbers of all people in the address book? Look at ABAddressBookCopyArrayOfAllPeople.
You could use it like this: (untested coded in browser)