代码改变世界
2014-08-12 11:48
豆博客
阅读(160)
评论()
收藏
举报
- NSLog(@"globallyUniqueString=%@",[[NSProcessInfo processInfo] globallyUniqueString]);
- NSLog(@"uniqueIdentifie=%@",[UIDevice currentDevice].uniqueIdentifier);
- NSLog(@"name=%@",[UIDevice currentDevice].name);
- NSLog(@"systemName=%@",[UIDevice currentDevice].systemName);
- NSLog(@"systemVersion=%@",[UIDevice currentDevice].systemVersion);
- NSLog(@"model=%@",[UIDevice currentDevice].model);
- NSLog(@"localizedModel=%@",[UIDevice currentDevice].localizedModel);
- NSLog(@"batteryLevel=%lf",[UIDevice currentDevice].batteryLevel);