简体   繁体   English

Android Developer Console - 更改应用所有者

[英]Android Developer Console - Change app owner

I've two accounts as Android Developer at Play Store: Account1 and Account2. 我在Play商店中有两个帐户作为Android开发人员:帐户1和帐户2。 I have an App with package com.example.miapp associated to Account1 from long time ago. 我很久以前有一个与com1关联的软件包com.example.miapp。 I need to associate the App to the Account2; 我需要将App关联到Account2; that Account2 will be the owner of this app. Account2将是此应用的所有者。 In other words, migrate my app from an account to another. 换句话说,将我的应用从帐户迁移到另一个帐户。 Is posible? 有可能吗? If I need something similar but between two different persons accounts, is it posible? 如果我需要类似的东西,但在两个不同的人账户之间,它是否可行? How I can do that? 我怎么能这样做?

Yes it's possible. 是的,这是可能的。 I've done it. 我做到了

Details can be found here: http://phandroid.com/2012/06/21/getting-acquired-how-to-transfer-ownership-of-your-android-app-or-game/ 详细信息可以在这里找到: http//phandroid.com/2012/06/21/getting-acquired-how-to-transfer-ownership-of-your-android-app-or-game/

or here: https://support.google.com/googleplay/android-developer/checklist/3294213 或在此处: https//support.google.com/googleplay/android-developer/checklist/3294213

The problem is not transferring an app to another account (and it doesn't matter if that's between two of your own accounts or between two different persons's or company's accounts), that's a matter of less than a day, but transferring the signing key. 问题不在于将应用程序转移到另一个帐户(如果这是在您自己的两个帐户之间或两个不同的人或公司的帐户之间,这并不重要),这不过一天,而是转移签名密钥。 If the signing key is used for no other apps, then there's no problem. 如果签名密钥不用于其他应用程序,则没有问题。 If other apps are signed with the same key and if the transfer happens to another person/company then you'll have to share the key, which isn't always desirable. 如果其他应用程序使用相同的密钥签名,并且如果转移发生在另一个人/公司,那么您将必须共享密钥,这并不总是可取的。

My recommendation is therefore to sign each app with another key, because that makes such a transfer easier. 因此,我建议使用另一个密钥对每个应用程序进行签名,因为这样可以更轻松地进行此类转

There is now a checklist and special form for transferring some (or all) of one account's apps to another. 现在有一个清单和特殊表格,用于将一个(或全部)一个帐户的应用程序转移到另一个帐户。 See here: https://support.google.com/googleplay/android-developer/checklist/3294213 请参阅此处: https//support.google.com/googleplay/android-developer/checklist/3294213

You will need the Google Wallet transaction IDs you received after Google Play developer registration on each account. 您需要在每个帐户上注册Google Play开发者后收到的Google电子钱包交易ID。

Here is a chat transcript I just had with Google on this topic. 这是我刚刚与谷歌就此话题进行的聊天记录。 I may seem redundant with other answers, but I only intend this to be for people to be a little more confident in moving forward with this solution: 我似乎对其他答案多余,但我只是打算让人们对这个解决方案更有信心:

Me: 我:

I want to change the email address of the account owner on my google play console. 我想在Google Play控制台上更改帐户所有者的电子邮件地址。 It is the same person, (me), but I want to use my new G-Suite account. 这是同一个人,(我),但我想使用我的新G-Suite帐户。

Google: 谷歌:

Once a developer account is created, the email address used to register is permanently tied to the account. 创建开发人员帐户后,用于注册的电子邮件地址将永久与帐户绑定。 However, you can create a new developer account under a different email address and request an app transfer here: https://support.google.com/googleplay/android-developer/checklist/3294213?ref_topic=3450986 Once the transfer is complete, we can close and refund your original account. 不过,您可以在其他电子邮件地址下创建新的开发者帐户,并在此处请求转移应用: https//support.google.com/googleplay/android-developer/checklist/3294213?ref_topic = 3450986转移完成后,我们可以关闭并退还您的原始帐户。

Me: 我:

That seems like it might have some undesirable side effects like changing the URL of my apps or other downsides. 这似乎可能会产生一些不良副作用,例如更改我的应用程序的URL或其他缺点。 Please detail the potential side effects that my users might see. 请详细说明我的用户可能会看到的潜在副作用。

Google: 谷歌:

So users will be unaffected, the app URL doesn't change, you maintain all the stats, ratings and reviews. 因此,用户将不受影响,应用程序URL不会更改,您可以维护所有统计信息,评级和评论。 The only thing that doesn't get transferred is financial data since the revenue in the past went to the original account. 唯一没有转移的是财务数据,因为过去的收入流向原始账户。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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