【发布时间】:2019-09-13 07:29:07
【问题描述】:
在使用 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."
}
}
【问题讨论】:
-
为什么 Android Things 是一个标签?这是否与物联网设备有关,但您忘记在问题中提及它?
-
抱歉,标签错误。已更新。
-
你打什么电话?您用来拨打电话的参数是什么?你指的是这个developers.google.com/android-publisher/api-ref/purchases/…吗?
标签: android in-app-subscription