摘要: iOS 检查app版本更新操作1:获取本地安装的版本信息:[NSString stringWithFormat:@"Version %@ (%@)", [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"], kRevisionNumber]2:根据appStore上的 appid查询 appStore上的版本信息: 调用接口:http://itunes.apple.com/lookup?id=350962117 id 是app的 在appStore的id 解析上述 阅读全文
posted @ 2014-01-17 14:14 cocoajin 阅读(2026) 评论(0) 推荐(0)