Launch App from eMail with URL-Sheme

263 Views Asked by At

Hello I have a custom URL to open an app with a link. It works in the browser. But I want to send an email that another user can click the link in the email and the app will be started. Does anybody know a solution?

It is not possible to send an email with the link (myApp://). It always shows the the link as blank text.

Or does anyone know another solution to transfer data between an app to a other users app?

1

There are 1 best solutions below

1
On

I think you need to write the link in href html tag

i.e. <a href="myApp://...">open my app</a>

another solution is to try to add any text after the double slash i.e. myApp://open