I am developing an application that generates vcf files for the contacts. Now, I want to share that vcf file to others through whatsapp, or any other supported app that can share that vcf file.
I used UIDocumentInteractionController
but it is displaying a limited "open in..." options.
Even the iPhone Contacts app doesn't have this option, but the other smart phones now-a-days have this kind of feature.
I have used public.item UTI for UIDocumentInteractionController
but this is opening other apps and not opening whatsapp. I mean If I use public.image as UTI the controller can show whatsapp, but actually I need to share the Vcard, not the image. :-)
Or at least can we share a .txt file in whats app? I think whats app iOS is not allowing this.