-2

My Address book app backs-up all the contacts from iPhone native address book. I want my address book app to sort the contacts by its source name. I tried kABSourceNameProperty & kABSourceTypeProperty, but no luck.

1 Answers1

0

From a ABAddressBookCopyArrayOfAllPeopleInSourceWithSortOrdering you can get individual ABRecordRef. Then you can access the kABPersonFirstName and kABPersonLastNameProperty

0x6d6e
  • 153
  • 2
  • 13