Has anyone had issues with this code...
ABRecordRef person = ABAddressBookGetPersonWithRecordID (addressBook,recordID);
I have had major issues with this so far. I have previously posted this question Intermittent error accessing core data model / contacts database
However, I have now tracked it down to this method returning a NULL value despite there being legitimate addressBook and recordID values.
Any idea of why this might be happening?
Many thanks