Karlo A. López
Karlo A. López

Reputation: 2668

Export a contact to the iphone address book?

I want to export a contact with info from my app to the address book of the user, how can I do this?

I`ve seen answers of the opposite, getting address book into the app but nothing about what I need.

thanks

Upvotes: 0

Views: 62

Answers (1)

Kenneth
Kenneth

Reputation: 1055

The ABAddressBook framework is what you're looking for.

Documentation is available from Apple here:

https://developer.apple.com/library/ios/documentation/AddressBook/Reference/ABAddressBookRef_iPhoneOS/Reference/reference.html

Upvotes: 1

Related Questions