Forráskód Böngészése

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

huangxiaodong 6 hónapja%!(EXTRA string=óta)
szülő
commit
d2c5ff7bc7

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