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.
Found it!
ABAddressBookGetPersonWithRecordID(ABAddressBookRef addressBook, ABRecordID recordID);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With