Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding vCard to Contacts in iOS 13

we have a web site that allows people to click on a link to a vCard .vcf file to install contact details on their phone. The method for handling this has changed in iOS 13 and it is really confusing people. Previously, the vCard opened in the Contacts app and there was a Save button to add it to contacts. Simple, and people understood it. Now the vCard opens in a preview, but there is no obvious way to save it to their contacts. They have to know to tap the Actions icon, then find the Contacts entry and tap that. Very few people can work that out, instead they just tap the Done button, thinking it has been added. Adding a vCard to your contacts has become too hard for most people to work out.

Does anyone know of a trick whereby we can skip the preview screen and open the vCard directly in the Contacts app?

Gary

like image 252
user2472804 Avatar asked Oct 10 '19 22:10

user2472804


1 Answers

Including vCard information within a QR code as plain text (not a linked .vcard file) prompts users to add this information to their contacts app—a simple user experience for both iOS and Android users.

From what I've found, requesting any iOS or Android user to download a .vcard file leads to a confusing user experience which should be avoided.

Not sure how helpful you'd find it to include a QR code on a mobile website, but it's one option you have.

like image 189
Meanderbilt Avatar answered Sep 23 '22 02:09

Meanderbilt