简体   繁体   中英

Publish the same application with two different ids

I have an app that I want to distribute on Google Play, this app will be uploaded with an X company account, while, I would like to upload it to my developer account to do upload tests. If I change packageName and sign it with another key, then I can upload it with the real credentials and the official keys?

Play store requires each app to have a unique package-name to identify each app individually.

You can publish the same app in different account with a different package name and keystore , Package name + signature combo must be unique .

But if you app are using some generated api key based on the package name or SHA , you should use the correct api key accordingly to package or keystore to keep the app working in both account

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM