Android 如何将付费安卓应用从一个谷歌账户转移到另一个谷歌账户
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10004787/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to transfer paid android apps from one google account to another google account
提问by Nar Gar
I am developing a SYSTEM app for android to manage user accounts on the device.
我正在为 android 开发一个系统应用程序来管理设备上的用户帐户。
Is there a way to PROGRAMMATICALLY transfer paid user apps from one account to the other?
有没有办法以编程方式将付费用户应用程序从一个帐户转移到另一个帐户?
Any help is appreciated (even if the reply does not directly target a solution).
感谢任何帮助(即使回复没有直接针对解决方案)。
采纳答案by Henry
Google has this to say on transferring data between accounts.
谷歌在帐户之间传输数据方面有话要说。
http://support.google.com/accounts/bin/answer.py?hl=en&answer=63304
http://support.google.com/accounts/bin/answer.py?hl=zh-CN&answer=63304
It lists certain types of data that CANbe transferred and certain types of data that CAN NOTbe transferred. Unfortunately Google Play Apps falls into the NOTcategory.
它列出了某些类型的数据的CAN转移和某些类型的数据的CAN NOT转移。不幸的是,Google Play Apps 属于NOT类别。
It's conveniently titled: "Moving Product Data"
它的标题很方便:“移动产品数据”
http://support.google.com/accounts/bin/answer.py?hl=en&answer=58582
http://support.google.com/accounts/bin/answer.py?hl=zh-CN&answer=58582
回答by Booger
You will not be able to do that. You can download apps again to the same userid account on different devices, but you cannot transfer those licenses to other userids.
你将无法做到这一点。您可以将应用程序再次下载到不同设备上的同一个用户 ID 帐户,但不能将这些许可证转让给其他用户 ID。
There is no way to do this programatically - I don't think you can do that practically (except for trying to call customer support at the Play Store).
没有办法以编程方式做到这一点 - 我认为您实际上无法做到这一点(除了尝试在 Play 商店致电客户支持)。
回答by Duc Tran
It's totally feasible now. Google now allow you to transfer Android apps between accounts. Please take a look at this link: https://support.google.com/googleplay/android-developer/checklist/3294213?hl=en
现在完全可行。Google 现在允许您在帐户之间传输 Android 应用程序。请查看此链接:https: //support.google.com/googleplay/android-developer/checklist/3294213?hl=en
回答by Jeff
You should be able to transfer the Application to another Username. You would need all your old user information to transfer it. The application would remove it's self from old account to new account. Also you could put a limit on how many times you where allowed to transfer it. If you transfer it to the application could expire after a year and force to buy update.
您应该能够将应用程序转移到另一个用户名。您需要所有旧用户信息才能传输它。该应用程序会将其自身从旧帐户删除到新帐户。您也可以限制允许传输的次数。如果您将其转移到应用程序可能会在一年后过期并强制购买更新。