To get all contacts I’m using ABAddressBookCopyArrayOfAllPeople method but, this method return all contacts with duplicates: in “Contacts” app I saw that almost every my contacts has linked card (it’s show me that I have two same contacts one from iCloud and an other from my iPad). As I see in this reason ABAddressBookCopyArrayOfAllPeople method return duplicate contacts.
How to get all contacts from ABAddressBook without duplicate?
To get all contacts I’m using ABAddressBookCopyArrayOfAllPeople method but, this method return all contacts
Share
Maybe the ABContactHelper could help?!