My requirement is to update a person's contact number in the iPhone Address Book / Contacts.
I know that I can fetch all the data from Address Book (iPhone contacts). like phone no (home, office), address, email. I am able to fetch all these information programmatically using AddressBook Framework.
But I want to take a phone number as input in a textbox and then update that particular person's phone number with the number entered in that textbox.
Is this possible programatically?
Let me know in case you have any query.