0

So I have used an instance of ABRecordRef to create an ABPerson using "ABPersonCreate()".

What I would now like to be able to do is use the "initWithVCardRepresentation" to add preset details to the ABPerson created.

I have no idea how to do this and my searches seem to keep coming up dry so any help would be greatly appreciated.

Thanks,

Matt

Matthew Hallatt
  • 1,310
  • 12
  • 24

1 Answers1

1

Duplicate of Generate vCard from AddressBook.framework and Looking for a library for vCard generation and parsing in Objective-C, C, C++ (for iPhone)

which both end up suggesting you should implement your own (perhaps based on some ready made internet code, found in those links)

Cheers,

Oded.

Community
  • 1
  • 1
Oded Ben Dov
  • 9,936
  • 6
  • 38
  • 53