App Linking

App Linking

Imagine you have a button somewhere in a website, and you wish to redirect your users to your mobile application when they click on the button, you can use the redirection link below.

appname://https://dummy-link.com?redirect=https://your-desired-page-in-web-app.com
  1. appname: This is your unique app name.
  2. https://dummy-link.com: You can leave it as it is, this parameter is not used.
  3. redirect: The web app page that you wish to redirect your users to when they click on the button to open the app.

Sample Usage

<a href="appname://https://dummy-link.com?redirect=https://your-desired-page-in-web-app.com">Click to open app</a>

Powered by BetterDocs