如何通过Android发布商更改Android应用内商品本地价格? [英] How to change the Android in-app product local prices through Android publisher?

查看:158
本文介绍了如何通过Android发布商更改Android应用内商品本地价格?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们系统的后端服务器应该为Google Play商店中的Android应用更新用户创建的应用内商品的价格。后端是用C#编写的,我们使用Android Publisher的补丁服务,通过将选项autoConvertMissingPrices切换为true来实现。

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



然而,它所做的只是改变默认价格,而本地价格保持不变。我想我们需要诸如Google Play开发者控制台的应用内商品部分中的覆盖现有价格复选框,但在程序员界面中。



任何创意将不胜感激。

解决方案

我有同样的问题,我已经通过更改PUT的PATCH来解决它


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.

解决方案

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

这篇关于如何通过Android发布商更改Android应用内商品本地价格?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆