iOS应用检查更新的最优方法

        虽然App Store能够提醒用户软件更新,但很多用户不会主动去更新一大堆的软件(我机器上待更新的软件在100个左右)。如果在软件开启时提醒用户更新 或者 更多中设置“检查更新”项,效果会好很多。

        通常的做法是在自己的服务器上记录最新版本号,从iOS客户端请求,与本地版本号比较,不同则提示更新。这种做法简单,缺点是需要单独的服务器支持。

        通过查阅相关文章,找到了如下方法,与上述方法类似,不过不需要另外的服务器支持。此为检查更新的最优方法。

[html] view plain copy
  1. NSString *version = @"";  
  2. NSURL *url = [NSURL URLWithString:@"http://itunes.apple.com/lookup?id=<Your app ID>"];  
  3. versionRequest = [ASIFormDataRequest requestWithURL:url];  
  4. [versionRequest setRequestMethod:@"GET"];  
  5. [versionRequest setDelegate:self];  
  6. [versionRequest setTimeOutSeconds:150];  
  7. [versionRequest addRequestHeader:@"Content-Type" value:@"application/json"];   
  8. [versionRequest startSynchronous];  
  9.   
  10. //Response string of our REST call  
  11. NSString* jsonResponseString = [versionRequest responseString];  
  12.   
  13. NSDictionary *loginAuthenticationResponse = [jsonResponseString objectFromJSONString];  
  14.   
  15. NSArray *configData = [loginAuthenticationResponse valueForKey:@"results"];  
  16.   
  17. for (id config in configData)   
  18. {  
  19.     version = [config valueForKey:@"version"];  
  20. }  
  21. //Check your version with the version in app store  
  22. if (![version isEqualToString:[itsUserDefaults objectForKey:@"version"]])   
  23. {  
  24.     ProAlertView *createUserResponseAlert = [[ProAlertView alloc] initWithTitle:@"New Version!!" message: @"A new version of app is available to download" delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles: @"Download", nil];  
  25. [createUserResponseAlert show];   
  26. [createUserResponseAlert release];  
  27. }  



[html] view plain copy
  1. - (void)alertView:(UIAlertView *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex {  
  2.     // the user clicked one of the OK/Cancel buttons  
  3.     if (buttonIndex == 1)  
  4.     {  
  5.         NSString *iTunesLink = @"itms-apps://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftwareUpdate?id=<appid>&mt=8";  
  6.         [[UIApplication sharedApplication] openURL:[NSURL URLWithString:iTunesLink]];  
  7.     }  
  8. }  


以Remote (http://itunes.apple.com/app/remote/id284417350?mt=8) 软件为例,请求http://itunes.apple.com/lookup?id=284417350返回的数据为:

[html] view plain copy
  1. {  
  2.  "resultCount":1,  
  3.  "results": [  
  4. {"kind":"software", "features":["iosUniversal"], "supportedDevices":["all"], "isGameCenterEnabled":false,   
  5. "screenshotUrls":["http://a2.mzstatic.com/us/r1000/113/Purple/99/f8/ea/mzl.dcxkisqn.png", "http://a3.mzstatic.com/us/r1000/119/Purple/63/7f/c2/mzl.qybzxzxq.png", "http://a1.mzstatic.com/us/r1000/092/Purple/16/8a/13/mzl.fywgpbnb.png", "http://a2.mzstatic.com/us/r1000/103/Purple/b3/90/2e/mzl.xlpzzirl.png", "http://a4.mzstatic.com/us/r1000/069/Purple/f4/07/0b/mzl.cynatymj.png"],   
  6. "ipadScreenshotUrls":["http://a2.mzstatic.com/us/r1000/114/Purple/v4/9e/9e/fd/9e9efd78-7a57-89dc-9c13-e0a3c01af95b/mza_382609288154297810.1024x1024-65.jpg", "http://a4.mzstatic.com/us/r1000/084/Purple/v4/7a/f7/78/7af778c9-1546-ddeb-b5de-b577b703e28c/mza_8776755316162530832.1024x1024-65.jpg", "http://a2.mzstatic.com/us/r1000/111/Purple/v4/8e/49/7b/8e497b65-923d-715e-42b3-1b671841ee7d/mza_3991863266621328291.1024x1024-65.jpg", "http://a3.mzstatic.com/us/r1000/063/Purple/v4/6a/d4/f3/6ad4f3e4-7e73-be6e-f585-37eb65b0f812/mza_7049654211100682802.1024x1024-65.jpg", "http://a2.mzstatic.com/us/r1000/118/Purple/v4/d9/79/6f/d9796f55-a73a-f570-c20a-3594d5a49bdc/mza_6340688527152336903.1024x1024-65.jpg"], "artworkUrl60":"http://a3.mzstatic.com/us/r1000/069/Purple/a8/e3/35/mzi.swfjtgvw.png", "artworkUrl512":"http://a4.mzstatic.com/us/r1000/061/Purple/2c/a0/b7/mzl.lusstdyg.png", "artistViewUrl":"http://itunes.apple.com/us/artist/apple/id284417353?mt=12&uo=4", "artistId":284417353, "artistName":"Apple", "price":0.00, <span style="color: rgb(255, 0, 0); ">"version":"2.3"</span>,   
  7. "description":"Control iTunes and Apple TV using your iPhone, iPad, or iPod touch over your Wi-Fi network. Choose playlists, songs, and albums as if you were in front of your computer or Apple TV. Or play them from iCloud with iTunes Match on Apple TV. From anywhere in your home, you can change a song, pick a playlist, or browse your entire library. With a flick of your finger, you can control the Apple TV interface. Use your iOS device's keyboard to quickly tap out a title instead of clicking letters on the Apple TV screen. Then keep tapping to play, fast-forward, rewind, and pause to your finger\u2019s content. Remote is fully optimized for the stunning Retina display in iPhone, iPad, and iPod touch and is designed to take advantage of the large Multi-Touch display on iPad. \n\nFeatures\n\u2022 Control iTunes and Apple TV from anywhere in your home\n\u2022 Browse, listen to, and control your iTunes Match library on Apple TV\n\u2022 Pause, rewind, fast-forward, shuffle, and adjust the volume from your iPhone, iPad, or iPod touch\n\u2022 View album, movie, and TV show artwork\n\u2022 Create and update iTunes playlists, including Genius playlists\n\u2022 Search your entire iTunes library\n\u2022 Control iTunes to send music to AirPlay speakers\n\u2022 Control the volume on each speaker independently\n\u2022 Use simple gestures to control Apple TV\n\u2022 Enter text with the keyboard\n\u2022 Control shared libraries on iTunes and the new Apple TV", "genreIds":["6016", "6011"], "releaseDate":"2008-07-11T07:00:00Z", "sellerName":"Apple Inc.", "currency":"USD", "genres":["Entertainment", "Music"], "bundleId":"com.apple.Remote", "trackId":284417350, "trackName":"Remote", "primaryGenreName":"Entertainment", "primaryGenreId":6016, "releaseNotes":"\u2022 Support for iTunes Match on Apple TV\n\u2022 Support for Retina display on iPad", "wrapperType":"software", "trackCensoredName":"Remote",   
  8. "languageCodesISO2A":["AR", "CA", "CS", "DA", "DE", "EL", "EN", "ES", "FI", "FR", "HR", "HU", "ID", "IT", "HE", "JA", "KO", "MS", "NL", "NO", "PL", "PT", "RO", "RU", "SK", "SV", "TH", "TR", "UK", "VI", "ZH"], "fileSizeBytes":"21992445", "sellerUrl":"http://www.apple.com/itunes/remote", "contentAdvisoryRating":"4+", "averageUserRatingForCurrentVersion":3.5, "userRatingCountForCurrentVersion":794, "artworkUrl100":"http://a4.mzstatic.com/us/r1000/061/Purple/2c/a0/b7/mzl.lusstdyg.png", "trackViewUrl":"http://itunes.apple.com/us/app/remote/id284417350?mt=8&uo=4", "trackContentRating":"4+", "averageUserRating":3.5, "userRatingCount":197847}]  
  9. }  


请求出的version为2.3, 与本地客户端版本号比较,即可判断有无更新。

转载于:https://www.cnblogs.com/codeApp/archive/2012/11/21/2781125.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值