iOS 获取AppStore线上应用信息
时间:2014-10-11 19:00:37
收藏:0
阅读:487
RT:可以获取版本号等信息
http://itunes.apple.com/lookup?id=409789998
{
"results" : [
{
"artworkUrl100" : "http:\/\/a5.mzstatic.com\/us\/r30\/Purple3\/v4\/f3\/37\/e6\/f337e6de-71f1-cdeb-6027-0350c1f23386\/icon.512x512-75.png",
"currency" : "USD",
"sellerUrl" : "http:\/\/twitter.com\/",
"artworkUrl512" : "http:\/\/a5.mzstatic.com\/us\/r30\/Purple3\/v4\/f3\/37\/e6\/f337e6de-71f1-cdeb-6027-0350c1f23386\/icon.512x512-75.png",
"fileSizeBytes" : "3499358",
"genres" : [
"Social Networking",
"Utilities"
],
"languageCodesISO2A" : [
"NB",
"DA",
"NL",
"EN",
"FI",
"FR",
"DE",
"ID",
"IT",
"JA",
"KO",
"MS",
"PT",
"RU",
"ZH",
"ES",
"SV",
"TH",
"ZH",
"TR"
],
"artworkUrl60" : "http:\/\/a4.mzstatic.com\/us\/r30\/Purple3\/v4\/f3\/37\/e6\/f337e6de-71f1-cdeb-6027-0350c1f23386\/icon.60x60-50.png",
"description" : "Twitter is the best way to connect, express yourself and discover what’s happening.\n\n? Connect with people and your interests to get unfiltered access and unique behind-the-scenes perspectives.\n\n? Express yourself with photos, videos and comments.\n\n? Discover what's happening. Get real-time stories, pictures, videos, conversations, ideas, and inspiration all in your timeline.",
"bundleId" : "com.twitter.twitter-mac",
"trackViewUrl" : "https:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12&uo=4",
"version" : "3.1",
"artistViewUrl" : "https:\/\/itunes.apple.com\/us\/artist\/twitter-inc.\/id296415947?mt=12&uo=4",
"genreIds" : [
"12016",
"12019"
],
"releaseDate" : "2011-01-05T08:00:00Z",
"wrapperType" : "software",
"userRatingCountForCurrentVersion" : 49,
"averageUserRatingForCurrentVersion" : 3.5,
"trackId" : 409789998,
"minimumOsVersion" : "10.7",
"formattedPrice" : "Free",
"primaryGenreId" : 12016,
"userRatingCount" : 6046,
"artistId" : 296415947,
"artistName" : "Twitter, Inc.",
"trackContentRating" : "4+",
"price" : 0,
"trackCensoredName" : "Twitter",
"trackName" : "Twitter",
"kind" : "mac-software",
"contentAdvisoryRating" : "4+",
"screenshotUrls" : [
"http:\/\/a4.mzstatic.com\/us\/r30\/Purple5\/v4\/5d\/66\/59\/5d6659bf-193c-2166-c584-c519ac9a969b\/screen800x500.jpeg",
"http:\/\/a5.mzstatic.com\/us\/r30\/Purple4\/v4\/a8\/6f\/9d\/a86f9d0d-f1e7-98c7-9153-cace6d277323\/screen800x500.jpeg",
"http:\/\/a5.mzstatic.com\/us\/r30\/Purple5\/v4\/13\/28\/62\/1328628b-bb08-f8f6-c9f2-727b844496ec\/screen800x500.jpeg"
],
"releaseNotes" : "This update brings new photo features to Twitter for Mac.\n? View and post Tweets with as many as four photos (click each image preview to view the full photo)\n? Share photos privately in Messages\n? More performance improvements and bug fixes",
"sellerName" : "Twitter, Inc.",
"averageUserRating" : 3.5,
"primaryGenreName" : "Social Networking"
}
],
"resultCount" : 1
}原文:http://blog.csdn.net/xietao3/article/details/39996961
评论(0)