摘要:
网上搜索出来的,记录下来以后使用方便://手机序列号 NSString* identifierNumber = [[UIDevice currentDevice] uniqueIdentifier]; NSLog(@"手机序列号: %@",identifierNumber); //手机别名: 用户定义的名称 NSString* userPhoneName = [[UIDevice currentDevice] name]; NSLog(@"手机别名: %@", userPhoneName); //设备名称 NSString* deviceName = . 阅读全文
posted @ 2012-10-19 14:06
spring_sky
阅读(147)
评论(0)
推荐(0)
浙公网安备 33010602011771号