소스 검색

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];