简体   繁体   English

android build发布到beta版本

[英]android build release to beta version

I am having a prod build on play store, that build is having some bugs. 我在Play商店上创建了一个产品版本,该版本存在一些错误。 So 所以

I have fixed those bugs and released the app in Beta mode, but now I am trying to install the beta version app but how can I differentiate that build installing is the beta one not the prod. 我已经修复了这些错误,并以Beta模式发布了该应用程序,但是现在我正在尝试安装Beta版本的应用程序,但是如何区分生成安装版本是beta版本而不是产品。

Your Beta version is a normal version. 您的Beta版本是普通版本。 It has version code higher than current prod version. 它具有比当前产品版本更高的版本代码。 So if you already installed prod version, and now you want to install Beta version, System will consider that you're updating your app. 因此,如果您已经安装了prod版本,现在又想安装Beta版本,则System将认为您正在更新应用程序。 The only difference between them is: beta version is not available for every one. 它们之间的唯一区别是:不是每个版本都提供beta版本。

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

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