In my iPhone app, I want to save the vCards into my iPhone's Contacts when I click onto the vCard which I have.
How can I do that?
I have seen an app on app store which does this:
http://itunes.apple.com/us/app/read-vcard/id402216831?mt=8
Thanks
In my iPhone app, I want to save the vCards into my iPhone's Contacts when I click onto the vCard which I have.
How can I do that?
I have seen an app on app store which does this:
http://itunes.apple.com/us/app/read-vcard/id402216831?mt=8
Thanks
Following is the code for adding user information in
iPhone's Contact
.As I told you that i dont know anything about the
vCard
, but this code posted by malinois in their answer here might be of use:I can't help you for coding, but I have found the common format of vCard in previous post. You can try to achieve your task using this format. The left side values are always static. Hope if you can use that way.
For just reference, i found googling... (support for all 3 mobile platforms)
http://learnyii.blogspot.com/2011/04/vcard-qr-code-iphone-android-blackberry.html
New Contacts Framework introduced with iOS9, saving vCard data into iPhone's contacts is much easier and simpler with Swift4.