how to save home address "add new address" in iphone addressbook by programming, not interface?
Asked
Active
Viewed 1,672 times
2 Answers
1
You need to an ABAddressBookRef. Read the following documentation, it shows you exactly how to do what you want: http://developer.apple.com/library/ios/#documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/Chapters/BasicObjects.html%23//apple_ref/doc/uid/TP40007744-CH3-SW1

npellow
- 1,985
- 1
- 16
- 23
-
I don't understand, can U sent me simple code only for address, i can do name, email, phone number, but address I need – Chatar Veer Suthar Mar 22 '11 at 12:16
1
Have you read this section of the Address Book Framework Programming Guide?

Caleb
- 124,013
- 19
- 183
- 272