Reputation: 173
As suggested in this post it's possible to retrieve a "missing" phone number for a contact (when kABPersonPhoneProperty is empty, but a phone number is visible in the address book) on ios 6 by using the linked contacts array (ABPersonCopyArrayOfAllLinkedPeople). How can I test for the specific contact in the array, and merge/overwrite the contact's phone number?
Upvotes: 1
Views: 320