Possible Duplicate:
Programmatically Request Access to Contacts in iOS 6
I’m trying to test out some functionality on my iPhone in which I pull all the address book members and display them in a table. This works fine on the simulator, and I see the mock contacts like “John Appleseed”. When I run the code on my iPhone, I only see “Mobile User” which apparently is me.
How do I see all my address book contacts?
In iOS 6 the user has to give permission to apps to use the contact information.
There are a lot examples of this if you google for it. You could use something like:
Check out this question for more information:
Programmatically Request Access to Contacts