简体   繁体   English

没有发布应用的Google Play Beta测试?

[英]Google Play Beta testing without a published app?

I created my first Android app and wanted to let some users take part at the new Google beta testing feature. 我创建了我的第一个Android应用,并希望让一些用户参与新的Google Beta测试功能。 Unfortunately my app got published as a production APK and is visible to everyone now. 不幸的是,我的应用程序已作为生产APK发布,现在每个人都可以看到。 That was not my intention, because my app is far from being released. 这不是我的意图,因为我的应用程序远未被释放。

If I unpublish my app it also get's inaccessible for the beta testing users. 如果我取消发布我的应用程序,那么beta测试用户也无法访问它。 So I have to keep it published to run the beta test. 因此,我必须将其发布以运行beta测试。

What are my possibilities to make the best of this situation? 我有什么方法可以充分利用这种情况?

  • Using a dummy app as production APK? 使用虚拟应用程序作为生产APK?
  • Keep it unpublished and start with a new package name all over again? 保持未发布状态并重新开始使用新的包名称?

Easiest way would be to delete the published app, but Google says NO . 最简单的方法是删除已发布的应用,但谷歌说没有

You can put your Google Play Developer Console into "Advanced Mode" by clicking the button in the top right corner. 您可以点击右上角的按钮,将Google Play开发者控制台置于“高级模式”。 Then you can activate/deactivate APKs as necessary, and upload APKs specifically for beta testers only. 然后,您可以根据需要激活/停用APK,并专门为Beta测试人员上传APK。 You do not need to change the package name. 您无需更改包名称。

After filling in all the details, In your developer console dont upload your APK to the production tab, only upload it in the Beta tab and click publish. 填写所有详细信息后,在您的开发者控制台中,不要将APK上传到生产选项卡,只需将其上传到Beta选项卡并单击发布。 Now wait for it to get published and find the playstore link which you can find after clicking the "Manage list of testers" link which is under the "Beta testers". 现在等待它发布并找到playstore链接,您可以在单击“Beta测试人员”下的“管理测试人员列表”链接后找到该链接。 Share this link with your beta users. 与您的测试版用户分享此链接。

Even I made similar mistake before and then unpublished my app. 即使我之前犯了类似的错误,然后取消发布我的应用程序。 Started again the publish process with different package name as Google remembers your app by the package definition. 再次启动具有不同包名称的发布流程,因为Google会根据包定义记住您的应用。 You won't be able to delete an unpublished app. 您将无法删除未发布的应用。 That needs to be unique. 这需要是独一无二的。 When you create your app, don't upload the apk first, just prepare store listing. 在创建应用程序时,请不要先上传apk,只需准备商店列表。 Once done, you will see all the panes, production, beta, alpha under APK menu. 完成后,您将在APK菜单下看到所有窗格,制作,测试版,alpha版。 hope this helps. 希望这可以帮助。

Provided the constraints you have, I guess your best option is to set the filter of the APK to no devices if allowed; 如果你有限制,我想你最好的选择是将APK的过滤器设置为不允许的设备; if not, set it to a single device (one you figure there are almost none in the market). 如果没有,将其设置为单个设备(您认为市场上几乎没有设备)。

Additionally, you can change your publishing options for no country (or, again, to a single small country), although I think that might impact the beta testers as well... 此外,您可以更改任何国家/地区(或者再次指向一个小国家/地区)的发布选项,但我认为这可能会影响beta测试人员......

I've just found myself in a similar situation (app was published to production prematurely, and I need to do some beta testing). 我刚刚发现自己处于类似情况(应用程序过早发布到生产中,我需要进行一些beta测试)。 Jorge's answer got me thinking. 豪尔赫的回答让我思考。 I found an option under "Pricing and Distribution" which allowed me to restrict distribution to my organization. 我在“定价和分发”下找到了一个选项,允许我限制发布到我的组织。

在此输入图像描述

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

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