I am trying to attach a .vcf file
to the MFMessageComposeViewController
as a share contact feature in my app.
I referred this link and it is said that there is no possibility to send a contact info through message composer. I also tried setting the encoded string to the message body as suggested in this link, which also didn't work. I don't know how it is implemented in the default message app as in the below image.
Can anyone suggest me how to implement this share contact option as in the default Contacts app of the iPhone? Any timely help is much more appreciated.