简体   繁体   English

Play商店应用详情链接无法在手机上使用

[英]Play Store app details link not working on phone

I have a link to a Play Store app which is published as an "Internal Release." 我有Play Store应用程序的链接,该应用程序作为“内部发布”发布。 Eg https://play.google.com/store/apps/details?id=com.redacted 例如https://play.google.com/store/apps/details?id=com.redacted

The desired result of clicking this link is to open the Play Store to this app's details/installation page. 单击此链接所需的结果是将Play商店打开到此应用程序的详细信息/安装页面。 This works fine on desktop browsers as well as Android browsers. 这适用于桌面浏览器和Android浏览器。

If you click this link on an Android device outside a browser, such as from an e-mail app, this link should open the Play Store app and present you with the details page. 如果您在浏览器外部的Android设备上单击此链接(例如从电子邮件应用程序),此链接应打开Play商店应用程序并显示详细信息页面。 This was working fine up until a few days/weeks ago. 工作的罚款,直到数天/周前。 Now, the link opens the Play Store app and shows the home screen. 现在,该链接将打开Play商店应用并显示主屏幕。

I used adb logcat while I hit the link from my mail client, and here's the only relevant lines: 当我从我的邮件客户端点击链接时,我使用了adb logcat ,这里是唯一相关的行:

05-11 00:20:22.497 19452 19502 E Volley  : [640] e.a: Unexpected response code 500 for https://android.clients.google.com/fdfe/resolveLink?url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.redacted&ref=com.google.android.gm
05-11 00:20:22.505   630   630 I android.hardware.wifi@1.0-service: getLinkLayerStats
05-11 00:20:22.508 19452 19452 E Finsky  : [2] com.google.android.finsky.at.a.a(145): Error on resolveLink: DisplayErrorMessage[Error retrieving information from server. DF-DFERH-01]

The same issue (and same log) occurs if you navigate to this details page on Android Chrome, and then hit the "Open in Play Store App" button. 如果您在Android Chrome上导航到此详细信息页面,然后点击“在Play商店应用程序中打开”按钮,则会出现同样的问题(和相同的日志)。

I can't find any details about what this service https://android.clients.google.com/fdfe/resolveLink is or why it would fail. 我找不到有关此服务https://android.clients.google.com/fdfe/resolveLink的详细信息或失败的原因。 Thanks for your time! 谢谢你的时间!

This was caused by a bug in the Play Store, and is in the process of being fixed. 这是由Play商店中的错误引起的,并且正在修复中。 You should see the fix soon. 你很快就会看到修复。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM