create URL to redirect to a mobile application

0

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.

    
asked by santiago 13.12.2017 в 16:47
source

1 answer

1

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">

link

    
answered by 13.12.2017 / 17:48
source