google play - Android publishing two apps with same package id -
inside of android developer console have 2 applications, myappname , myappname-staging. differences between these 2 apps be:
the api environment point (prod vs. staging)
one external play store release while other (myappname-staging) intended internal users in company.
would allowed use same package/app id both of these or need change package id each one? assumption need change it, if thats case can use same code base change app id , rebuild apk achieve this?
for additional context i've built app using nativescript. packaging info handled through package.json
file , code signing must done through cli. want make sure can't code sign myself situation can't release build production (the myappname build) guidance.
from experience, google play store doesn't allow 2 apps having same package name published. need either:
- change package name
or if want have same package name regardless,
- upload staging app (with same package name) beta channel of live app select users invited beta.
Comments
Post a Comment