小编Cha*_*ong的帖子

来自Google Play Android Developer API的consumptionState

我正在编写一个后端服务来验证我的Android游戏中的应用内购买.我将购买令牌传递给Google Play Android Developer API.这里的google API文档:https://developers.google.com/android-publisher/v1_1/inapppurchases 表示API返回的'consumptionState'可能是以下值之一:

0 - 消耗

1 - 尚未消费**

但是根据我的测试,API返回的值似乎相反,即

1 - 消费

0 - 尚未消费

谁能证实这一点?

谢谢

android in-app-billing google-play

5
推荐指数
1
解决办法
1166
查看次数

标签 统计

android ×1

google-play ×1

in-app-billing ×1