I am working on a tracking tool and I am wondering if anyone knows how to get the iPhone to download a contact card via a URL redirect. iPhone will not download contact cards from the web. Has anyone figured out a way around this? In other cases with most mobiles, I can redirect them to a vcard or similar file, and using the correct http headers, get the phone to download it. iPhone does not allow vcard downloads so how would one get a vcard onto an iPhone via the web browser?

link|improve this question

75% accept rate
feedback

1 Answer

You could try redirecting to a .tel site.

For example, my QR code redirects iPhones to http://edent.tel/

Or, if you don't want to buy a .tel, you can create a simple website which contains the phone number that you want with a "click to call" link.

<a href=”tel:123456798″>Call me on 123456789</a>
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.