PHP Google Play订购API

时间:2013-03-20 13:38:49

标签: php google-play subscription

我正在尝试使用PHP获取Google Play API订阅详细信息,并使用以下网址获取购买数据:

https://www.googleapis.com/androidpublisher/v1/applications/[PACKAGE]/subscriptions/[SKU]/purchases/[PURCHASE_TOKEN]?access_token=[ACCESS_TOKEN]

我收到以下错误:

{
 "error": {
  "errors": [
   {
    "domain": "androidpublisher",
    "reason": "developerDoesNotOwnApplication",
    "message": "This developer account does not own the application."
   }
  ],
  "code": 401,
  "message": "This developer account does not own the application."
 }
}

请帮我解决。

1 个答案:

答案 0 :(得分:1)

仅提供URL并不能帮助您获取任何应用程序的数据。你怎么能这么想?这不安全吗?你必须得到适当的数据,你至少可以证明该应用程序的所有权..