简体   繁体   中英

Find out if apk is published as beta or as stable at runtime

I have uploaded an android app in the Google Play Developer Console in the (public) beta phase. Now I want to publish the next version as "stable" with (admob) ads. But I don't want the beta users to see those ads. So I need a way to figure out if the app is beta or stable at runtime.

Thank you for any suggestions and answers!

为了实现您的目标,您需要为Beta版本和稳定版本设置不同的版本,然后您可以检查应用程序的当前版本,并仅基于该版本来确定条件。

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