我的网站上有一个链接,可以直接指向特定的Google Play应用程序:
<a href="https://play.google.com/store/apps/details?id=en.my.app" target="_blank">Go to the app</a>
该链接会打开Google Play应用,并按计划进入该应用。但在某些设备上,用户会进入Google Play主页,而不是详细的应用页面。“某些设备”运行Android 7,并安装了Google Play应用。
可能出了什么问题?是不是某种设置阻止访问应用程序的“深度链接”?
1条答案
按热度按时间quhf5bfb1#
试试这个javascript
“市场://详细信息?id=en.my.app“;