Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change price of subscription product in android app

I have an android app published in play store with subscription product charged yearly. I have used to old In-App billing API. Now I want to change the price of the subscription product.

I think I will need to change the price of subscription product in Developer console. Is that option available for old In-App Billing API.

What should I do ?

like image 706
Napolean Avatar asked Dec 08 '22 16:12

Napolean


2 Answers

If you have published the products as subscription I suppose you can not change the item's price once you have published it. An option is that you can publish a new subscription product ID at a new price, then offer it in your app instead of the original product. Users who have already purchased will continue to be charged at the original price, but new users will be charged at the new price. Also you can remove the old subscription product from the product list offered in your app to prevent users from seeing or purchasing it. For more information kindly check: http://developer.android.com/google/play/billing/billing_subscriptions.html.

like image 84
Basil Avatar answered Dec 11 '22 05:12

Basil


This is not the case now.

You can change the price where for the new users it will update directly and for the old users, you have to wait 30 days with notifying them.

Please check out following link for more information;

Android Developers: Change the price of a subscription

like image 37
Berkay Turancı Avatar answered Dec 11 '22 04:12

Berkay Turancı