消耗品只能在 Unity 应用内购买中消耗一次

Consumable item could only be consumed once in Unity In-App Purchase

我 100% 确定我在 Unity 5.3 中将我的项目注册为 ProductType.Consumable。但是,我无法通过 Google Play 支付系统第二次支付该商品。我错过了什么?

你需要打电话给FinishTransaction method to consume the consumable。这样 Google 就知道用户确实得到了他的奖励。