Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Different Package Name in Google Play Beta Testing

I already deployed my production app with this package name com.companyname.appandroid. Now I want my developing and QA app in Beta Releasing be recognized with more suffix like com.companyname.appandroid.qa and com.companyname.appandroid.dev.

How is it possible?

like image 374
Jaysingh D Thakur Avatar asked Sep 19 '25 04:09

Jaysingh D Thakur


2 Answers

I don't think this is possible :(

like image 91
ReyAnthonyRenacia Avatar answered Sep 23 '25 11:09

ReyAnthonyRenacia


This is not something that the Play console will do for you.

Some apps do this, since they started beta testing before Google Play beta testing exist, or because they want users to be able to have the beta version and the production version at the same time. One example is Chrome:

Chome Chrome Beta

If you do this, you have to manage them as two completely separate apps in the Play console. This will work, but:

  • it will be more work for you because you'll have to update screenshots, descriptions etc separately
  • you can't share in-app products
  • Users on the beta can get left behind if you update the prod but not the beta
  • it is more work to promote an APK from Beta to Prod
like image 31
Nick Fortescue Avatar answered Sep 23 '25 10:09

Nick Fortescue