Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Developer Console - Change app owner

Tags:

I've two accounts as Android Developer at Play Store: Account1 and Account2. I have an App with package com.example.miapp associated to Account1 from long time ago. I need to associate the App to the Account2; that Account2 will be the owner of this app. 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?

like image 598
German Tamayo Avatar asked Apr 23 '13 18:04

German Tamayo


People also ask

How do I transfer ownership of a console?

You'll need the registration transaction ID for your account and the target account. To find the transaction ID, search the target account owner's email inbox for “developer registration fee.” If you can't find the transaction ID email receipt: With the target account owner's email address, sign in to Google Payments.

How do I transfer an app to another developer account?

If you want to transfer your apps to a different Google Play Developer account, please submit a transfer request to Google. Transfer requests are typically processed by Google within 48 hours.


1 Answers

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/

or here: 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.

like image 191
Emanuel Moecklin Avatar answered Oct 05 '22 10:10

Emanuel Moecklin