Skip to content Skip to sidebar Skip to footer

Google Play Store - How To Promote Test App With Different Package Name?

This is a question about package names in android. I currently have two build flavors in gradle. Production and Staging. I have created a google play store account and i want user

Solution 1:

It is not possible to use different package names in Google Play Store for the same app.

So the only option you have is to change package name of your staging app to production one. And submit it to alpha/beta testers. And sure watch out to not promote it to production.

Another option is to use other delivery channels like hockeyapp or crashlitics beta.

Post a Comment for "Google Play Store - How To Promote Test App With Different Package Name?"