【发布时间】:2015-12-30 16:38:52
【问题描述】:
我们系统的后端服务器应该为我们的 Android 应用在 Google Play 商店中更新用户创建的应用内产品的价格。后端是用 C# 编写的,我们使用 Android Publisher 的“patch”服务来做到这一点,并将选项“autoConvertMissingPrices”切换为“true”。
https://developers.google.com/android-publisher/api-ref/inappproducts/patch
但是,它所做的只是更改默认价格,而本地价格保持不变。我想我们需要类似“覆盖现有价格”复选框,它位于 Google Play 开发者控制台的应用内产品部分,但位于程序员的界面中。
任何想法将不胜感激。
【问题讨论】:
-
你是怎么解决的?我遇到了同样的问题。获取无效价格。
标签: android google-play in-app-billing google-play-developer-api