I have successfully fetched all the contacts with the help of ABAddressBook in our application.
But now my need is to get unique identify of each contact person.
I am using ABRecordGetRecordID, but I am doing somthing wrong.
So, anyone who have my problems solution, then please reply me.
thanks in advance!
How to get person id using ABAddressBook in iOS
Ask by Tom Cruser
Updated 08 Dec 2015
To get each person Id I am using code like this:
In this code I am fetching ID into NSNumber format, you can use another format.