ソースを参照

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