- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
Google 表示如果购买是测试购买,您将收到空的 orderId。但是我们得到了正确的 orderId,所以问题是如何检查购买是否是测试购买。为什么要获取 orderId ?
最佳答案
我猜您是在检查 json 响应,而不是电子邮件中包含订单号的 Google Play 订单收据。
如果是测试购买,JSON 响应不应包含 orderId。已经确认过几次了。确保您用于测试购买的帐户包含在 Google Play 开发者控制台 > 应用设置 > 帐户详细信息中的许可测试帐户中,然后在许可测试部分。
检查 here
When your In-app Billing implementation is ready, you can testpurchasing of your in-app SKUs in two ways:
Test purchases, which let your selected license-test users purchaseyour in-app products without any resulting charges to the user. Testpurchases can be used in alpha/beta releases only.
Real purchases,which let regular users make real purchases of your in-app productswith actual charges to the user’s payment instruments.
关于android - 为什么 Google 应用内结算在测试购买时会返回正确的 orderId?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35014039/
我有一个 MySQL 数据库,其中包含订单表和具有可用库存的零件号表。 例如 ==Orders Table== part_number order_date qty ==Stock Table== p
我正在使用 Libgdx + Android Studio 并尝试实现 Google Play Billing。我按照 here 中的说明进行操作.我修改了我的依赖项,如示例所示: dependenc
背景:我们有一个电视应用程序,它提供每月订阅作为其唯一的应用程序内项目。 我主要是在寻找我认为是真实的确认: 从 Google Play 计费库 2.0 版开始,就有一种称为待定购买的东西。主要的实际
我正在尝试集成 Google Play 结算。 这是我的 onCreate : private final static String TAG = "MainActivity" ; priva
我遵循了 Google 开发者文档中的所有最佳实践:https://developer.android.com/google/play/billing/billing_library_overview
我想知道文档是否将使用 ProGuard 的含义错误(相反)? 来源:https://developer.android.com/google/play/billing/billing_library
编辑:因为有些人仍在检查这个线程,我想提一下,这是非常过时的,因为它是关于应用程序购买中的 v2,现在已弃用。请查看latest (目前是 v3)文档,非常简单 关于这个问题有很多话题,我想我理解这个
在 2020 年 11 月之前,Google Play 上的 Android 应用必须管理“帐户保留”状态。 https://developer.android.com/distribute/play
我创建了一个带有应用内计费的测试应用。将其上传到 google play 并将其发送给 beta 测试人员。当他们尝试购买时,他们会收到 Error retrieving information fr
我是一名优秀的程序员,十分优秀!