Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I created the VCF file. Now I want this vcf file data to be used for creating the contact in the mobile. I have code for reading the data from vcf file. Problem is how to save the vcf data as a contact in IOS and Android mobile device.

What I have tried:

I created the vcf file. I'm able to read the vcf data.
Posted
Updated 3-Nov-22 5:51am
Comments
OriginalGriff 3-Nov-22 11:41am    
And?
What does it do that you didn't expect, or not do that you did?
What have you tried to do to find out why?
Are there any error messages, and if so, where and when? What did you do to make them happen?

This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind - we only get exactly what you type to work with.
Use the "Improve question" widget to edit your question and provide better information.

You would need to create an application that accesses the contacts system: add contact android studio - Google Search[^].
 
Share this answer
 
I am assuming that you are using Xamarin Forms as you specified C#.

Here is an article on adding a new Contact for Android & iOS: Contacts and ContactsUI in Xamarin.iOS - Xamarin | Microsoft Learn[^]
And here is an article working with VCards in Xamarin Forms: Contact Sharing in Xamarin Forms - XamGirl[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900