quot;You already own this itemquot; Google play inapp error(您已拥有此项目Google Play in app错误(Q))
问题描述
我在应用购买中实现了GooglePlay的API版本3。
我在两台设备上使用相同的Google帐户登录。
在device #1
上,我刚刚用这个购买了一件商品:https://developer.android.com/google/play/billing/billing_integrate.html#Purchase
当我用https://developer.android.com/google/play/billing/billing_integrate.html#QueryPurchases立即查询购买的商品(在device #1
上)时,它会返回应用内的信息,所以一切正常。
当我在device #2
查询购买列表时,它不会返回我刚刚购买的项目,而是返回一个空列表。
当我尝试在device #2
购买该项目时,它告诉我我已经拥有它。
从device #1
购买没有反映在device #2
上有什么想法吗?
请注意,inapp是Managed products
,所以Google应该使用相同的Google帐户跨不同设备进行同步,对吗?
推荐答案
似乎需要一段时间才能真正在GooglePlay上进行更改。我购买物品的设备似乎缓存了我这样做了,而不是询问GooglePlay,而是从本地缓存中获取。 这就是为什么另一台设备不知道这笔交易的原因。 第二台设备大约花了一个小时才收到来自GooglePlay的购买信息。
这篇关于您已拥有此项目Google Play in app错误(&Q)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:您已拥有此项目Google Play in app错误(&Q)
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01