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:

  1. the api environment point (prod vs. staging)

  2. 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:

  1. change package name

or if want have same package name regardless,

  1. upload staging app (with same package name) beta channel of live app select users invited beta.

Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -