0

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

Karlo A. López
  • 2,548
  • 3
  • 29
  • 56

1 Answers1

1

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

Kenneth
  • 1,035
  • 1
  • 12
  • 26