android - Google Play Alpha and Beta testing APK version -


I am trying to use alpha and beta testing mechanisms in Google Play console, I have a question: Is the code related to alpha and PROD? Which means that I am uploading APK to alpha with version 9, will I have to continue the producer with version code 10? Or can I upload PROD version 6?

Yes they are related to:

  • Current production 9
  • To upload alpha, this version code should always be larger than the one uploaded by you. For example:

    For example:

    • You must upload a new one for alpha, it should be 11
    • Then you will migrate to beta.
    • Then you upload a new beta
    • Then you will finalize some details and upload it to the output it should be 13

    But remember that version codes are different from version names. Codes are usually the names of the users are not visible. So you can still create production users like normal upgrade paths.

    For example:

    • The name of production 9 is v1.0.5
    • Then output 13 will be v1.0.6
    • < / Ul>

      and all others whom you call v1.0.6.ALPHA1, v1.0.6.ALPHA2, v1.0.6.BETA1, v1.0.6.BETA2


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -