使用 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)