play store alpha test download link not working(播放商店 alpha 测试下载链接不起作用)
问题描述
我认为我遵循了迄今为止找到的所有步骤,但我的 alpha 测试的下载链接不起作用.
I think I followed all steps which I have found so far but the download link for my alpha test isn't working.
我在 3 天前上传了该应用,创建了一个 google 群组并将该群组添加到 alpha 测试人员列表中.
I uploaded the app 3 days ago, created a google group and added the group to the list of alpha testers.
我邀请了一些成员并且应用状态显示已发布,点击链接后我可以注册为 alpha 测试人员,但是当我点击从 Play 商店下载"时出现错误消息我们很抱歉,请求在此服务器上找不到 URL".
I invited a few members and the app status shows published, after clicking on the link I can signup as alpha tester, but when I click on "Download from the Play Store" the error message "We're sorry, the requested URL was not found on this server" comes.
我是否错过了额外的步骤?我是否必须以某种方式授予组成员一些特殊权限?
Did I miss an additional step? Do I have to grant some special rights to the group members somehow?
--- 更新会不会是应用的权限造成的?在开发者控制台的 apk 信息下,我可以看到:
--- update can this be caused by the permissions of the app? under the apk info in the developer console I can see:
functions:
android.hardware.LOCATION
android.hardware.location.GPS
android.hardware.location.NETWORK
android.hardware.TOUCHSCREEN
permissions:
android.permission.ACCESS_COARSE_LOCATION
android.permission.ACCESS_FINE_LOCATION
android.permission.INTERNET
-----更新2
嗯,我不知道发生了什么变化,但现在下载链接对我的 alpha 测试人员有用.
Well I don't have any idea what changed but now the download link is working for my alpha testers.
推荐答案
对我来说,这是缓存问题,所以删除 Setting > Apps 中的缓存Google Play Services > Storage > Clean Cache 并删除 chrome 的缓存,成功了.
For me, it resulted to be a cache problem so deleting the cache in Setting > Apps > Google Play Services > Storage > Clean Cache and deleting chrome's cache, did the trick.
这篇关于播放商店 alpha 测试下载链接不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!