Transferring android app with subscription to another account

北战南征 提交于 2021-02-17 15:30:49

问题


I understand that google does not allow the transfer of app ownership with in app-subscription from one developer account to another. I have been waiting for them to enable that feature but till now, it is not available and there is no ETA on it.

I have a paid app with in-app-subscription as part of it. A company is looking to acquire my app but the transfer is not possible. So I am thinking about alternatives.

Should I create another identifcal app and ask users in my old app to move to this new identical app. That will involve buying it again but I can provide incentive (like enabling the subscription feature to be free).. Other suggestions? Basically what would you do in my case

Thank you so much


回答1:


  1. Ask your new company owner to be added to your Google Play console as developer and give him access to financial data, so he could see income/revenue.

  2. Create new app identical to the previous one, implement same subscriptions. This time in owners Google Play console.

  3. Kindly ask your users to move to the new app and let them know that their subscriptions will be still active.

  4. Implement on server side code to check if subscriptions are valid for particular users.

  5. When new app is published, unpublish old app. I think subscribtions will be still active(check docs).

  6. All new users will get subscriptions from new app.

Anyway you will have to introduce new SKU for subscriptions from time to time, because Google doesn't update prices, and currencies are changing every year.




回答2:


You can transfer apps with in-app subsriptions to a new developer account. And you need pay extra attention to linked project if you used Play Developer APIs to verify the purchases or used other integrated services. After the transfering process, the renewal orders will be visible in the Play Console under the new developer account while the previous orders will only be visible under your current account.



来源:https://stackoverflow.com/questions/26914800/transferring-android-app-with-subscription-to-another-account

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!