【问题标题】:PHP Google Play Subscription APIPHP Google Play 订阅 API
【发布时间】:2013-03-09 15:27:11
【问题描述】:

我正在尝试使用 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."
 }
}

请帮我整理一下。

【问题讨论】:

  • 为什么这个标签是css
  • 我认为该 URL 用于提供有关您需要拥有的应用程序的信息。

标签: php google-play subscription


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-02-20
    • 2019-03-17
    • 2013-01-21
    • 2018-06-09
    • 2015-06-07
    • 2023-02-09
    • 1970-01-01
    相关资源
    最近更新 更多