Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can an app be installed from a link within an SMS?

Tags:

ios

Is it possible to launch the app store directly on the device and seed it with an application name, or to launch safari with a link to the app store, from a link within an SMS?

I've been experimenting with putting links such as this into an SMS:

itml://itunes/com/app

or

http://itunes.apple.com/us/app/angry-birds/id343200656?mt=8

But I get cannot connect to app store error messages when you click on the link.

like image 881
Gruntcakes Avatar asked Oct 08 '22 16:10

Gruntcakes


2 Answers

Try to use

itms-apps://itunes.apple.com/us/app/angry-birds/id343200656?mt=8
like image 116
Manlio Avatar answered Oct 17 '22 04:10

Manlio


You can also configure this with the following 2 apps.

http://linksense.io incase your app is multiplatform.

As well, there's http://linktexting.com

If you don't have the engineering resources, these will be useful.

like image 44
user2360706 Avatar answered Oct 17 '22 03:10

user2360706