Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launch App through SMS (URI-Association)

Is it possible to launch an App using a pre-registered URI through SMS? I successfully tested launching Apps through links on websites (e.g. myapp:param=test in the href of a link) but had no luck concerning SMS.

Is there any way to launch own Apps out of Short Messages?

Thanks & Regards

like image 530
Max Avatar asked Nov 03 '22 19:11

Max


1 Answers

It's working for me fine. Just put the raw URI in the SMS.

myapp:param=test

This should show as a link in the SMS which when clicked will launch the app or cause the Store app to open.

Of course on a phone which doesn't support the URI this won't work. An alternative would be to send by SMS a link to a website which then presents a app-launch link on compatible phones. (This is what Spotify does for example).

like image 155
Paul Annetts Avatar answered Nov 15 '22 04:11

Paul Annetts