importing a VCard in the address book , objective C [migrated]
- by user1044771
I am designing a QR code reader, and it needs to detect and import contact cards in vCard format.
is there a way to add the card data to the system Address Book directly, or do I need to parse the vCard myself and add each field individually?
I will be getting the VCArd in a NSString format
I tried the code below (from a different post) and…