获取设备型号

#import <sys/utsname.h>

/*

 @"i386"      on the simulator

 @"iPod1,1"   on iPod Touch

 @"iPod2,1"   on iPod Touch Second Generation

 @"iPod3,1"   on iPod Touch Third Generation

 @"iPod4,1"   on iPod Touch Fourth Generation

 @"iPod5,1"   on iPod Touch Fifth Generation

 @"iPhone1,1" on iPhone

 @"iPhone1,2" on iPhone 3G

 @"iPhone2,1" on iPhone 3GS

 @"iPad1,1"   on iPad

 @"iPad2,1"   on iPad 2

 @"iPad3,1"   on 3rd Generation iPad

 @"iPad3,2":  on iPad 3(GSM+CDMA)

 @"iPad3,3":  on iPad 3(GSM)

 @"iPad3,4":  on iPad 4(WiFi)

 @"iPad3,5":  on iPad 4(GSM)

 @"iPad3,6":  on iPad 4(GSM+CDMA)

 @"iPhone3,1" on iPhone 4

 @"iPhone4,1" on iPhone 4S

 @"iPhone5,1" on iPhone 5

 @"iPad3,4"   on 4th Generation iPad

 @"iPad2,5"   on iPad Mini

 @"iPhone5,1" on iPhone 5(GSM)

 @"iPhone5,2" on iPhone 5(GSM+CDMA)

 @"iPhone5,3  on iPhone 5c(GSM)

 @"iPhone5,4" on iPhone 5c(GSM+CDMA)

 @"iPhone6,1" on iPhone 5s(GSM)

 @"iPhone6,2" on iPhone 5s(GSM+CDMA)

 */


- (NSString*) machineName{

   struct utsname systemInfo;

    uname(&systemInfo);

    NSString *result = [NSString stringWithCString:systemInfo.machine encoding:NSUTF8StringEncoding];

   return result;

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值