码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 取应用版本

时间:2014-10-15 18:06:41      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   os   使用   ar   for   数据   div   

?//	应用网址 返回字典中有多种数据
NSString *urlString2 = [NSString stringWithFormat: @"%@", @"http://itunes.apple.com/lookup?id=应用ID"];

NSDictionary* infoDict =[[NSBundle mainBundle] infoDictionary];
NSString* key =[infoDict objectForKey:@"CFBundleVersion"];

//	如果有新版本 使用UIAletView显示

NSString *newVersionUrl = dic[@"trackViewUrl"];
                
[[UIAlertView alloc] initWithTitle: @"新版本可用" message: dic[@"releaseNotes"] delegate: self cancelButtonTitle: @"稍后更新" otherButtonTitles: @"立刻升级", nil] show];
?

iOS 取应用版本

标签:blog   http   io   os   使用   ar   for   数据   div   

原文地址:http://www.cnblogs.com/jz319/p/4026509.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!