Apple搜索API:从iTunes获取应用程序支持的最低操作系统 [英] Apple search API: Getting minimum OS supported for an App from iTunes

查看:199
本文介绍了Apple搜索API:从iTunes获取应用程序支持的最低操作系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Apple论坛上发布此消息但没有得到回应。我一直在使用apple提供的查找API来从iTunes获取App元数据。但是我注意到我正在构建的应用程序所需的一条重要信息。

Posted this on the Apple forums but got no response. I have been using the lookup API that apple provides to get App metadata from iTunes. However I noticed one piece of vital information I needed for the app that I am building.

作为响应的一部分,未明确返回兼容性信息。我们获得支持的设备列表等,但不是此应用程序所需的最低操作系统版本。

The compatibility information is not explicitly returned as a part of the response. We do get supported devices list etc but not the minimum OS version that this application requires.

例如。对于Spotify: http://itunes.apple.com/lookup?id=324684580 没有关于主页中的最小操作系统版本的信息: https://itunes.apple.com/us/app/spotify/id324684580?mt=8&ign-mpt=uo%3D4

E.g. For Spotify: http://itunes.apple.com/lookup?id=324684580 has no information regarding the min OS version found here in the main page: https://itunes.apple.com/us/app/spotify/id324684580?mt=8&ign-mpt=uo%3D4 with OS requirements 6.0 or above.

推荐答案

自您发布此问题以来,API已更新 - 请查看以下内容:

The API has been updated since you posted this question - look for the following:

{
  "resultCount": 1,
  "results": [
    {
      ...    
      "minimumOsVersion":"6.0",
      ...
    }
  ]
} 

这篇关于Apple搜索API:从iTunes获取应用程序支持的最低操作系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆