简体   繁体   中英

Google Play Android App Internal Testing - Update button not shown to internal testers

I have found the other versions of my question on SO and have already tried to contact Google through their dev support trying both the chat/email options, but have yet to get a straight answer about this.

I have an app that is currently using the internal testing track on Google Play. I have numerous testers all of which can download the app, use it and test it no problem. The reason I want to use internal testing, for now, is that the documentation states there is no verification period between versions and testers get the new version immediately.

The issue I am currently experiencing is that a tester who already has the app is not served an updated version when they return to the store page. If they uninstall and reinstall the app, the new app they install serves the new version.

My question is why would the new version be available but not present the user with the 'Update' button to install the new version?

Is there an issue with the app being on the internal test track? Does my app need to be verified? Can an app be verified using the internal test track? It has been 17 days since my initial upload to verify the app, which seems rather long to wait for the verification.

Does anyone have some insight into this issue? I am running out of ideas and it is rather annoying to have testers need to uninstall and reinstall the app every new version I would like tested.

After almost a month I finally have the update button. Here are the steps I took:

  1. Create a new Closed Testing Track and go through all steps required to post a closed testing app.

  2. Wait until the app is verified and the store page updates with the relevant store page data. (This took ~3-4 business days)

  3. I can now publish to the Internal Testing Track, see the Update button, and use it. I no longer need to publish to the Closed Track unless I want to.

I've looked over most of the documentation and nowhere does it say in writing that your build needs to be verified to have the Update button appear, nor does it say anywhere that it is required to be in at least Closed Testing to be verified.

I hope this helps someone else in the near future as this was quite annoying.

Although a little cumbersome, when using internal testing, you'll provide your users with a URL where they can download the app (via the play store), note, this URL can be found under your "How testers join your test" section, on your "testers" tab, on your 'Internal testing' page.

When you create a new version, the testers who already have the app installed, can use the same URL provided in the first place, and they can click to download via the play store (counter-intuitive as they already have it), but when it takes them to the play store, it will give them an option to update the app, and you'll see your updated release note ect...

This means you won't need to go through the Closed testing approach and wait to get it verified.

I hope this helps somebody, I didn't want to create a closed tracked and get it verified as my app is very early into dev.

If update button is not being shown on play store, surely there is some error with your code or you have not properly published the apk/app-bundle. Here are few steps to consider:

  1. Check if you have the same signed keys of the apk/app-bundle that you uploaded and generated.
  2. The updated app should have version code greater than the previous one.
  3. Follow this code for flexible and immediate update: https://www.section.io/engineering-education/android-application-in-app-update-using-android-studio/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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