我只是通过下面给出的代码找出我正在使用的设备:
struct utsname systemInfo;
uname(&systemInfo);
NSLog(@"%@", [NSString stringWithCString:systemInfo.version
encoding:NSUTF8StringEncoding]);
但有没有办法找到我的iPhone的型号?提前谢谢....
答案 0 :(得分:0)
UIDevice
class可能有所帮助......以下内容将根据文档为您@”iPhone”
或@”iPod touch”
提供帮助,但更具体地说明3G
或{{1}你可能需要一些比较棘手的东西......你需要什么样的模型信息?
3GS