Change the price of in-app purchase item after publishing android

♀尐吖头ヾ 提交于 2019-12-04 11:23:15

问题


Is it possible to change in-app purchase item's price after it has been published in Google Play? (I'm assuming the app has been published, too).

The whole documentations online at http://developer.android.com as well as http://support.google.com/googleplay/ have nothing about it, only mentioning the possibility of changing price of an app, not the in-app item.


回答1:


Yes you can change prices at will.




回答2:


You change the prices on the Developer console not in the application, of course if you have graphics/text in the app that shows prices you need to figure out how to update those, maybe pull them from a server? See: Billing Catalog and Billing Testing




回答3:


It seems to me that the pricing policy has changed meanwhile. The current docs warn:

Warning: You cannot change the price of an in-app product after you make it available for purchase.

https://developer.android.com/google/play/billing/billing_overview

Any recent experience on this?




回答4:


Yes, you can change prices of managed and unmanaged in-app products, but NOT for subscriptions. This is because users will always see the latest price of products as they purchase them, so changing the price of a managed/unmanaged product is fine. However, customers who have already purchased a subscription and agreed to a certain price per month (or per year) cannot be made to pay a different price without knowing it.



来源:https://stackoverflow.com/questions/10297238/change-the-price-of-in-app-purchase-item-after-publishing-android

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