Question

I'm storing an array of ABRecordID (actually wrapped in NSNumber) into NSUserDefaults. So far so good but now I need to load those into ABRecordRef and can't find what function to use.

I'm just looking for the function that creates the ABRecordRef from an ABRecordID, that's all.

Was it helpful?

Solution

Found it!

ABAddressBookGetPersonWithRecordID(ABAddressBookRef addressBook, ABRecordID recordID);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top