【发布时间】:2023-04-09 20:57:01
【问题描述】:
我知道我们不能在测试中使用 orderId 作为全局唯一事务 ID,因为 orderId 可以为空。
在https://developer.android.com/google/play/billing/billing_testing.html
注意:测试购买没有
orderId字段。要跟踪测试购买,请改用purchaseToken字段。
我不清楚purchaseToken 是否是全球唯一的。
在https://developer.android.com/google/play/billing/billing_reference.html
唯一标识给定项目和用户对的购买的令牌。
为其他商品或用户购买时可以重复吗?
如何识别所有测试购买?
【问题讨论】:
标签: android in-app-purchase in-app-billing