I want to update record of addressbook. I searched for it but I have not got any particular solution for th开发者_StackOverflowis. I am able to access addressbook but after changing phone number or any field I want to update it. Please give some code example......
You can edit a record using this function :
bool ABRecordSetValue (
ABRecordRef record,
ABPropertyID property,
CFTypeRef value,
CFErrorRef *error
);
For more information, visit this link : ABRecord Reference
精彩评论