Smart App Banners; Windows Store app HTML meta tag equivalent for Android/Google Play?

后端 未结 1 1373
轮回少年
轮回少年 2021-01-04 22:43

Smart App Banners are a recent addition for iOS devices in iOS 6. It involves the simple addition of a meta tag that when visited with Mobile Safari checks

相关标签:
1条回答
  • 2021-01-04 23:25

    There really isn't. You could register your app to handle certain urls, such as http://app.mydomain.tld although that is somewhat frowned upon by the the more seasoned android folks. If invoked, this url would invoke the app with full URI (which is the mechanism to pass data to it). If the app wasn't installed or set to handle those urls, the browser would then redirect to a page on your server which could prompt for install.

    0 讨论(0)
提交回复
热议问题