Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uploading same App in two developer console Accounts

Suppose I have two developer console accounts.
If I want to upload same apk in both accounts, then whether both apps works fine and ad will serve properly or is there any problem ?

like image 743
Android Avatar asked Dec 04 '25 18:12

Android


2 Answers

You can't upload same .apk from two account or the same account.Google check out the packageName and version for this .So if you want to upload same .apk from two account the you have to change the package name

like image 82
Rishabh Bhardwaj Avatar answered Dec 06 '25 09:12

Rishabh Bhardwaj


Should work fine as long as the package name of both the apps are different.

like image 41
d3m0li5h3r Avatar answered Dec 06 '25 09:12

d3m0li5h3r