How to change the Android in-app product local prices through Android publisher?

流过昼夜 提交于 2020-01-07 03:04:36

问题


The back end server of our system is supposed to update the prices of user-created in-app products for our Android app in Google Play store. The back end is written in C# and we use the "patch" service of Android Publisher to do that with the option "autoConvertMissingPrices" switched to "true".

https://developers.google.com/android-publisher/api-ref/inappproducts/patch

However, all it does is change the default price while the local prices stay unchanged. I guess we need something like the "overwrite existing prices" checkbox which is in the in-app products section of Google Play Developer Console but in the programmer's interface.

Any ideas would be greatly appreciated.


回答1:


I had the same problem, I've solved it by changing the PATCH for PUT



来源:https://stackoverflow.com/questions/34533440/how-to-change-the-android-in-app-product-local-prices-through-android-publisher

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