小编LHY*_*NIV的帖子

Google Play - 确认订阅的购买令牌时出现“subscriptionNotOwnedByUser”错误

使用 Google 的开发者 API 进行服务器端订阅验证确认订阅升级/降级时,不断收到来自 Google 的错误“subscriptionNotOwnedByUser”。

购买令牌直接从 Google 实时开发者通知收到的通知中提取。尝试搜索此错误但没有运气。

谢谢你的帮助。

错误信息:

{
  "error": {
    "errors": [
      {
        "domain": "androidpublisher",
        "reason": "subscriptionNotOwnedByUser",
        "message": "The subscription purchase not is owned by the user.",
      }
    ],
    "code": 400,
    "message": "The subscription purchase not is owned by the user."
  }
}
Run Code Online (Sandbox Code Playgroud)

android in-app-subscription

7
推荐指数
1
解决办法
2755
查看次数

标签 统计

android ×1

in-app-subscription ×1