iPhone / iPad / iPod型号版本
出于某种原因,我需要知道运行我的应用程序的设备的型号版本。 我不需要知道设备上运行的iOS版本,但设备的版本,例如:“iPhone 3G”,“iPhone 4S”,“iPad 2”...
它似乎没有UIDevice类提供此信息:标识设备和操作系统名称属性systemName属性systemVersion属性模型属性localizedModel属性userInterfaceIdiom属性uniqueIdentifier属性在iOS 5.0中已弃用
我错过了什么吗?
谢谢
查看UIDevice-Extension:
为UIDevice添加功能以区分iPod touch 1G和2G以及iPhone等平台
使用UIDevice-Hardware.h
类可以获得:
- (NSString *) platform;
- (NSString *) hwmodel;
- (NSUInteger) platformType;
- (NSString *) platformString;
链接地址: http://www.djcxy.com/p/50401.html
上一篇: iPhone/iPad/iPod model version
下一篇: ipa application installs on iphone but not on ipod touch