When using the standard iOS simulator address book, ABAddressBookCopyPeopleWithName()
doesn't return any results when searching for any of the names such as "Appleseed".
On the device it works fine. And retrieving all records using ABAddressBookCopyArrayOfAllPeople()
works as well on the simulator.