问题描述
我正在尝试测试一个android应用.
I am trying to test an android app.
我已将APK上传到"Alpha"部分,但给定的链接返回错误500:
I've uploaded an APK to the "Alpha" section, but the given link returns error 500:
与测试人员共享以下链接: https://play.google.com/apps/testing/program ".
"Share the following link with your testers: https://play.google.com/apps/testing/program".
Beta版本返回相同的错误.
The Beta version returns the same error.
当然,我的应用程序已经发布,但只是Alpha版本.
Of course, my app is already published but only as Alpha version.
有人对此有解决方法吗?还是我必须先在Google Play上发布工作版本?还是测试链接出现错误500"的另一个问题?
Does someone have a workaround for this? Or I must publish a working version on Google Play first? Or there is another problem of the "Error 500" for testing link?
推荐答案
从Google开发者帮助中心( https://support.google.com/googleplay/android-developer/answer/3131213?hl=zh_CN ):
From Google's Developer Help Center (https://support.google.com/googleplay/android-developer/answer/3131213?hl=en):
发布测试链接最多可能需要24小时才能生效."
"It may take up to 24 hours after publishing for the test link to become active."
此外,标准Android软件包名称的格式为com.[developer].[program]
;不是com.[program]
-会引起问题.
Also, standard Android package names are in the form of com.[developer].[program]
; not com.[program]
-- that would cause issues.
这篇关于Google Play应用测试可以正常工作吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!