I'm using the code provided from the accepted answer at Retrieve all contacts phone numbers in iOS and I've noticed a lot of contacts are missing. I'm pretty sure they're contacts stored on the SIM card and somehow ABAddressBookCopyArrayOfAllPeople doesn't retrieve contacts from the SIM card. If I use ABPeoplePickerNavigationController
the contacts do appear, but that isn't suitable for what I'm building.
Does anyone know how to overcome this issue?
Thanks