Thursday, March 21, 2013

Get IOS device details programmatically

To GET Device UDID [UIDevice currentDevice]uniqueIdentifier]
To GET Device name [UIDevice currentDevice] name]
To GET Device systemName[UIDevice currentDevice]systemName]
To GET Device systemVersion[UIDevice currentDevice] systemVersion]
To GET Device model [UIDevice currentDevice]model]
To GET Device localizedModel [UIDevice currentDevice] localizedModel]

No comments: