how a URL is created to redirect to a mobile application. The url is sent to gmail or hotmail. But how do you create it? I have searched the internet but none works and others are very tangled. I'm creating the url from a php api.
how a URL is created to redirect to a mobile application. The url is sent to gmail or hotmail. But how do you create it? I have searched the internet but none works and others are very tangled. I'm creating the url from a php api.
do you mean this?
<meta property="al:ios:app_name" content="My App" />
<meta property="al:ios:url" content="my-app://path" />
<meta property="al:ios:app_store_id" content="apple-app-id" />
<meta property="al:android:app_name" content="My App">
<meta property="al:android:url" content="my-app://path">
<meta property="al:android:package" content="google-app-package">