获取手机设备号及型号的宏

Posted 110-913-1025

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取手机设备号及型号的宏相关的知识,希望对你有一定的参考价值。

代码宏定义如下

 

//设备号
#define hUUID          [[UIDevice currentDevice].identifierForVendor.UUIDString stringByReplacingOccurrencesOfString:@"-" withString:@""]
//手机型号
#define hDeviceModel  [UIDevice currentDevice].model
//版本号获取
#define hAPPVersion    [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"]
//Build号获取
#define hAPPBuild      [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"]
//设备系统版本号
#define hDeviceVersion ([[UIDevice currentDevice] systemVersion])

#define hScreenWidth   [NSString stringWithFormat:@"%.1f",[[UIScreen mainScreen] bounds].size.width*[UIScreen mainScreen].scale]
#define hScreenHeight  [NSString stringWithFormat:@"%.1f",[[UIScreen mainScreen] bounds].size.height*[UIScreen mainScreen].scale]
//平台
#define hPlatform      @"ios"

 

以上是关于获取手机设备号及型号的宏的主要内容,如果未能解决你的问题,请参考以下文章

浏览器h5获取不到具体的手机型号和设备唯一标识符

Andriod 获取手机CPU型号设备信息

如何通过adb命令获取手机型号与设备信息

js获取移动端设备信息(IMEM,IMIS,手机型号,系统版本,浏览器信息等)

Unity 之 代码获取IOS设备型号 -- 做分辨率适配

华为手机忘了设备名称怎么办?