Import vCard into Contacts

Hi

How can I import a contact through an app embedded vcf file?

Greetings

An approach that I would take is:

  1. Find a JavaScript VCF parser library that works with Fuse (or port one that doesn’t).
  2. If I didn’t find a suitable JavaScript VCF parser lib, find one written in C# and port it to Uno.
  3. If both of the above two failed for some reason, find a VCF parser lib for Java and Objective-C, then write a Uno wrapper for both.
  4. And finally, hook one of the above to fuse-contacts to store the contact to phone.

Hope this helps!