浏览代码

IOS端-线上包】已是最新版本,点击【检测更新】提示立即更新跳转下载,必须要杀掉APP重新打开

huangxiaodong 6 月之前
父节点
当前提交
d2c5ff7bc7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      创维盒子/双子星云手机/Class/Set/appUpdate/AboutViewController.m

+ 1 - 0
创维盒子/双子星云手机/Class/Set/appUpdate/AboutViewController.m

@@ -367,6 +367,7 @@
 //  NSString *currentVersion = [NSBundle mainBundle].infoDictionary[@"CFBundleVersion"];
     NSString *currentVersion = [NSBundle mainBundle].infoDictionary[@"CFBundleShortVersionString"];
     NSString *newVersion = [self.versionModel.versionNumber stringByReplacingOccurrencesOfString:@"v" withString:@""];  //去掉v
+    newVersion = [newVersion stringByReplacingOccurrencesOfString:@"V" withString:@""];  //去掉v
 //    HLog(@"%@---%@", newVersion, currentVersion);
     if ([currentVersion compare:newVersion options:NSNumericSearch] == NSOrderedSame) { // 本地版本号 == 服务器版本号
 //        [self showNoNewVersion];