1

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!

chrfwow
  • 51
  • 3
  • 7

1 Answers1

0

To achieve your goal you need to set different version for both Beta And stable version then you can check current version of the app and make condition on the basis of the version only .

Nilay Dani
  • 896
  • 6
  • 24
  • I want to upload one apk in alpha. Then push it to beta and stable. If there are no bugs, I don't want to change the apk file – chrfwow Jul 21 '16 at 14:28