Google Play 内部应用共享不再适用于任何设备
Google Play internal app sharing no longer works on any device
在我公司,我们使用 Google Play 的 internal app sharing links to provide builds to QA. As of an hour or so ago, opening any link now fails, showing this error inside Google Play:
To view this content, install and set up a web browsing app.
- 这种情况发生在每台设备上并且 OS 经过测试,所有这些设备以前都能完美地处理链接。
- 我们没有使用选择加入测试,只有 1 个 google 帐户被列入构建的白名单。
- 链接的格式为
https://play.google.com/apps/test/xxxxx/xxxx-xxxx_xxxx
。
- 由于它同时发生在所有设备上,我怀疑这是一个远程配置开关。
是否有任何已知的解决方法?
注:None共these suggested solutions work, as they just let you open the URL in the browser. That doesn't help, as the URL just provides a link to open it in the Play Store。
如果 link 源自一个供 Android 处理的应用程序,请直接尝试此操作:
market://details?id=
注意:没有域和主机。
这是由于 Google 端的临时中断造成的。它在几个小时后自行解决。
在我公司,我们使用 Google Play 的 internal app sharing links to provide builds to QA. As of an hour or so ago, opening any link now fails, showing this error inside Google Play:
To view this content, install and set up a web browsing app.
- 这种情况发生在每台设备上并且 OS 经过测试,所有这些设备以前都能完美地处理链接。
- 我们没有使用选择加入测试,只有 1 个 google 帐户被列入构建的白名单。
- 链接的格式为
https://play.google.com/apps/test/xxxxx/xxxx-xxxx_xxxx
。 - 由于它同时发生在所有设备上,我怀疑这是一个远程配置开关。
是否有任何已知的解决方法?
注:None共these suggested solutions work, as they just let you open the URL in the browser. That doesn't help, as the URL just provides a link to open it in the Play Store。
如果 link 源自一个供 Android 处理的应用程序,请直接尝试此操作:
market://details?id=
注意:没有域和主机。
这是由于 Google 端的临时中断造成的。它在几个小时后自行解决。