Transferring Android App With Subscription To Another Account
Solution 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.
Create new app identical to the previous one, implement same subscriptions. This time in owners Google Play console.
Kindly ask your users to move to the new app and let them know that their subscriptions will be still active.
Implement on server side code to check if subscriptions are valid for particular users.
When new app is published, unpublish old app. I think subscribtions will be still active(check docs).
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.
Solution 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.
Post a Comment for "Transferring Android App With Subscription To Another Account"