问题描述
标题所说,可以通过多个Google Play帐户发布/签名的签名Android APK?
我们有一个可能的新要求,必须删除现有的Play帐户并创建一个新的帐户,但是我们为应用程序保留了相同的签名键,并且不想使用新的签名密钥上传一个全新的应用程序.
这是可能的吗?
推荐答案
您可以将其他用户添加到您的应用程序中,并给他们任何觉得合适的权限.为此,请按照添加开发人员帐户&管理权限指南.
但是,听起来您真的不仅要添加其他用户.听起来您想将应用程序完全转移到新帐户.在这种情况下,您将需要关注将应用程序传输到其他不同开发人员帐户指南.
问题描述
as the title says, can a signed android apk be published/signed by multiple google play accounts?
we have a possible new requirement where we will have to remove the existing play account and create a new one but we are keeping the same signed keys for our apps and do not want to upload a whole new app with new signing key.
Is this possible?
推荐答案
You can add additional users to your applications and give them whatever permissions you feel are appropriate. To do so, follow the Add Developer account users & manage permissions guide.
However, it sounds like you don't really just want to add additional users. It sounds like you want to do a full transfer of the application to a new account. In that case, you will want to follow the Transfer apps to a different developer account guide.