iT邦幫忙

1

網站實現偵測有沒有安裝APP?

這是snapchat
上面會寫你有沒有安裝
有的話就直接是OPEN
沒有的話就會是去下載
請問這是怎麼樣的技術
可以怎麼實現呢?

我有查到好像是這個標籤

<meta property="al:ios:url" content="https://itunes.apple.com/tw/app/id12xx" />
<meta property="al:ios:app_store_id" content="12xx" />
<meta property="al:ios:app_name" content="xxx" />
<meta property="al:iphone:url" content="https://itunes.apple.com/tw/app/id12xx" />
<meta property="al:iphone:app_store_id" content="12xx" />
<meta property="al:iphone:app_name" content="xxx" />
<meta property="al:web:url" content="https://itunes.apple.com/tw/app/id12xx" />
<meta property="al:web:should_fallback" content="false" />

但是我發現好像沒有用?

cshalove iT邦新手 4 級 ‧ 2018-06-11 10:50:42 檢舉
參考:https://gethead.info/
<!-- iOS app deep linking -->
<meta name="apple-itunes-app" content="app-id=APP-ID, app-argument=http/url-sample.com">
<link rel="alternate" href="ios-app://APP-ID/http/url-sample.com">

<!-- Android app deep linking -->
<meta name="google-play-app" content="app-id=package-name">
<link rel="alternate" href="android-app://package-name/http/url-sample.com">
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

0
黃彥儒
iT邦高手 1 級 ‧ 2018-06-10 23:15:28
最佳解答

那個是不是Firebase的功能阿
https://firebase.google.com/products/dynamic-links/

我要發表回答

立即登入回答