Sian 发表于 2015-7-3 12:35:55

获取Appstore已发布软件版本

1、获取当前软件id号,在开发者帐号的App管理中可以找到,如下图所示:



2、假如ID号为 903619515

2.1、App下载链接:https://itunes.apple.com/cn/app/id903619515

2.2、App版本相关信息:https://itunes.apple.com/cn/lookup?id=903619515
返回JSON数据示例,不需要多解释吧?
{
    "resultCount": 1,
    "results": [
      {
            "ipadScreenshotUrls": [],
            "screenshotUrls": [
                "http://a3.mzstatic.com/us/r30/Purple3/v4/62/67/6b/62676be4-ce64-d1ad-b07a-2e656c771d01/screen1136x1136.jpeg"
            ],
            "artworkUrl60": "http://is4.mzstatic.com/image/pf/us/r30/Purple5/v4/1e/82/f3/1e82f38d-143f-b2c1-5672-08b107760a5f/Icon.png",
            "artworkUrl512": "http://is1.mzstatic.com/image/pf/us/r30/Purple4/v4/22/66/7e/22667e49-a9d2-3880-1827-035301e77ef9/mzl.gzkpwien.png",
            "artistViewUrl": "https://itunes.apple.com/cn/artist/yu-xi-an/id875359579?uo=4",
            "kind": "software",
            "features": [],
            "supportedDevices": [
                "iPadFourthGen4G",
                "iPodTouchFifthGen",
                "iPhone4S",
                "iPadMini",
                "iPadThirdGen",
                "iPhone4",
                "iPad23G",
                "iPhone6",
                "iPadThirdGen4G",
                "iPadMini4G",
                "iPhone-3GS",
                "iPhone5",
                "iPhone5c",
                "iPadFourthGen",
                "iPhone6Plus",
                "iPhone5s",
                "iPodTouchFourthGen",
                "iPad2Wifi"
            ],
            "advisories": [],
            "isGameCenterEnabled": false,
            "trackCensoredName": "龙虾地图",
            "languageCodesISO2A": [
                "EN"
            ],
            "fileSizeBytes": "5695114",
            "contentAdvisoryRating": "4+",
            "artworkUrl100": "http://is1.mzstatic.com/image/pf/us/r30/Purple4/v4/22/66/7e/22667e49-a9d2-3880-1827-035301e77ef9/mzl.gzkpwien.png",
            "trackViewUrl": "https://itunes.apple.com/cn/app/long-xia-de-tu/id903619515?mt=8&uo=4",
            "trackContentRating": "4+",
            "wrapperType": "software",
            "version": "1.0",
            "currency": "CNY",
            "artistId": 875359579,
            "artistName": "Yu Xi An",
            "genres": [
                "旅游",
                "教育"
            ],
            "price": 0,
            "description": "全国地图查看,各省份地市交通图,精简版地图手册",
            "trackId": 903619515,
            "trackName": "龙虾地图",
            "genreIds": [
                "6003",
                "6017"
            ],
            "releaseDate": "2014-08-04T21:31:33Z",
            "sellerName": "Yu Xi An",
            "bundleId": "com.yusian.SianMap",
            "primaryGenreName": "Travel",
            "primaryGenreId": 6003,
            "isVppDeviceBasedLicensingEnabled": false,
            "minimumOsVersion": "6.0",
            "formattedPrice": "免费"
      }
    ]
}
页: [1]
查看完整版本: 获取Appstore已发布软件版本