Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove Subscription from product list in developer console and what will be its effect on the old subscribed users?

I want to remove the existing subscription product from product list.

How would I be able to perform so as I didn't found any option on my developer console to delete the subscriptions ?

Also if in any way possible it is allowed, then will it have any effect on the existing users who have purchased that subscription when they call for RESTORE_TRANSACTION from their app while communicating with Google Play ?

like image 938
Napolean Avatar asked Apr 03 '13 09:04

Napolean


People also ask

How do I remove a build from review on console?

You cannot remove versions of your app that you have published on the Google Play console. You can only halt releases for ones that have only been partially rolled out. Instead, just submit the new version on the track and it will override the version that is in review.


2 Answers

Unfortunately, It's not possible to remove a subscription product from the product list of the developer console. You can just remove the subscription product from the product list offered in your app to prevent users from seeing or purchasing it.

like image 175
p-mercier Avatar answered Oct 19 '22 02:10

p-mercier


Since the introduction of the new subscription setup in May 2022 it is now at least possible to deactivate the base plan of the subscription making it unavailable to new users, the mess in the console remains as I created a bunch of test-subscriptions which I can't hide or get rid off. https://support.google.com/googleplay/android-developer/answer/140504?hl=en#zippy=%2Cdeactivate-or-reactivate-a-base-plan

It seems you can also change price and move users over according to this https://developer.android.com/google/play/billing/subscriptions#price-change

like image 2
mbwasi Avatar answered Oct 19 '22 01:10

mbwasi