I need to be able to access the address book in monotouch and add/modify/delete from there within my project. How would I do that?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Use ABAddressBook. Here's an example of adding a new contact with a name, address and phone
|
|||||||
|
|
For anyone interested, I have created a sample project for inputing contacts in the address book with random phone numbers. Hope this helps other people. |
|||
|
|