abrecord

Creating a new ABRecord

Hi all, I am working with ABAddressBook. I have checked out the API docs but could not find any API related to creating a new ABRecord. But in ABAddressBook, a method ABAddressBookAddRecord is available. But I didnt find any APIs available to create a new record. Is there any way to do this? Best Regards, Mohammed Sadiq. ...

ABRecordID for a record in addressbook(unique id for inserted record in addressbook)

Hello, I got stuck while adding records to contacts of iphone. Situation is this I have a view in which contacts are created and inserted to contacts of iphone. What I want is Is there a way to find some unique ID of the (record) contact which is inserted. Which will be required to access the contacts in some other view. Please en...

iphone addressbook saving link to a contact

in my iphone app, I'm wishing to link a contact to a data-piece in an array. All the data handling is fine. My question is: what contact info parameter can be saved in a database, acting as a link to a contact. Then later I will be able to call this one value and then get the link back to the contact. ---EDIT BELOW This is where I am u...

Problem getting IM information from an ABRecord

Hello, I'm trying to get the IM account information from existing contacts (adressbook) on iPhone. I walk through the contacts and I get the contacts which have an entry in IM but I can't read the jabber-address. abArray = (NSArray *)ABAddressBookCopyArrayOfAllPeople(ABAddressBookCreate()); for(int i=0 ; i<[abArray count];i++) { ABRe...