I declared an url scheme in my app, smstest
so in Safari I can write in the search bar smstest:my-test
or smstest://my-test
and my app is open.
I'm trying to achieve the same from a SMS text so the Messages app would format smstest:my-test
or smstest://my-test
as a link and the user could tap it and my app being called. But the text is not formatted as a link.
Is it possible or the only solution to open an app from a SMS is to point to an Internet page with a script?
Thank you.
EDIT: funny thing, I have installed IMO Messenger and I receive a SMS with a code as an URL scheme, and that is parsed by Messages app as a link. Why does not happens with my app? I tried with several messages, with spaces before and after the url and nothing happens.