tags:

views:

103

answers:

2

HI all,

     I am developing an application which relates with ABAddressBook. The issue is I want to create a new record and add it to the AddressBook. But in api docs , I didnt find any thing related to creating a new record .

Best Regards, Mohammed Sadiq.

+1  A: 

    You can use ABPersonCreate function to create new person record or ABGroupCreate to create a group.
    You can also use standard ABNewPersonViewController which provides native UI to create and fill data for a person record.

Vladimir
A: 

Hi Valdimir,

 Thanks a lot ... Once more doubt regarding the group record ... can i add a single record to the multiple group ?

if a particular record can be added to multiple group , what does "kABGroupNameProperty" returns. I mean it returns a concatenated string of all the group name ?

Best Regards,

Mohammed Sadiq .

Mohammed Sadiq
Hi, you should update your question (using edit ) rather than posting a new answer.
Toby Allen