- NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary];
- CFShow(infoDictionary);
- NSString *app_Name = [infoDictionary objectForKey:@"CFBundleDisplayName"];
-
- NSString *app_Version = [infoDictionary objectForKey:@"CFBundleShortVersionString"];
-
- NSString *app_build = [infoDictionary objectForKey:@"CFBundleVersion"];
-
-
-
-
- NSString* identifierNumber = [[UIDevice currentDevice] uniqueIdentifier];
- NSLog(@"手机序列号: %@",identifierNumber);
-
- NSString* userPhoneName = [[UIDevice currentDevice] name];
- NSLog(@"手机别名: %@", userPhoneName);
-
- NSString* deviceName = [[UIDevice currentDevice] systemName];
- NSLog(@"设备名称: %@",deviceName );
-
- NSString* phoneVersion = [[UIDevice currentDevice] systemVersion];
- NSLog(@"手机系统版本: %@", phoneVersion);
-
- NSString* phoneModel = [[UIDevice currentDevice] model];
- NSLog(@"手机型号: %@",phoneModel );
-
- NSString* localPhoneModel = [[UIDevice currentDevice] localizedModel];
- NSLog(@"国际化区域名称: %@",localPhoneModel );
-
- NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary];
-
- NSString *appCurName = [infoDictionary objectForKey:@"CFBundleDisplayName"];
- NSLog(@"当前应用名称:%@",appCurName);
-
- NSString *appCurVersion = [infoDictionary objectForKey:@"CFBundleShortVersionString"];
- NSLog(@"当前应用软件版本:%@",appCurVersion);
-
- NSString *appCurVersionNum = [infoDictionary objectForKey:@"CFBundleVersion"];
- NSLog(@"当前应用版本号码:%@",appCurVersionNum);
相关文章:
-
2022-12-23
-
2021-08-13
-
2022-12-23
-
2021-12-16
-
2021-12-10
-
2022-12-23
-
2022-12-23
-
2021-12-10
猜你喜欢
-
2022-12-23
-
2021-12-10
-
2022-12-23
-
2022-12-23
-
2021-12-06
-
2021-05-17
相关资源
-
下载
2023-03-23
-
下载
2023-01-21
-
下载
2023-01-02
-
下载
2022-12-06