Google Play Beta testing without a published app?

后端 未结 5 1053
悲哀的现实
悲哀的现实 2021-02-02 06:10

I created my first Android app and wanted to let some users take part at the new Google beta testing feature. Unfortunately my app got published as a production APK and is visib

相关标签:
5条回答
  • 2021-02-02 06:29

    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. 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". Share this link with your beta users.

    0 讨论(0)
  • 2021-02-02 06:29

    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. 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. Once done, you will see all the panes, production, beta, alpha under APK menu. hope this helps.

    0 讨论(0)
  • 2021-02-02 06:33

    Provided the constraints you have, I guess your best option is to set the filter of the APK to no devices if allowed; 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...

    0 讨论(0)
  • 2021-02-02 06:34

    You can put your Google Play Developer Console into "Advanced Mode" by clicking the button in the top right corner. Then you can activate/deactivate APKs as necessary, and upload APKs specifically for beta testers only. You do not need to change the package name.

    0 讨论(0)
  • 2021-02-02 06:54

    I've just found myself in a similar situation (app was published to production prematurely, and I need to do some beta testing). Jorge's answer got me thinking. I found an option under "Pricing and Distribution" which allowed me to restrict distribution to my organization.

    0 讨论(0)
提交回复
热议问题