I want to export Address book from iPhoneSDK to vcard file using base64decode.
I don’t know how iPhoneSDK save file and How to export Contact to Vcard file?
Import is easy for me.
Somebody can help me with my problem?
I want to export Address book from iPhoneSDK to vcard file using base64decode. I
Share
If you’re using iOS 5 or later there’s a function in ABPerson that can return the vCard representation of the given person records:
Update: If you need sample code for generating vCard that uses base64 click here