UIDevice *device = [UIDevice currentDevice];
return [device uniqueIdentifier];
可以同过官方文档,查找其他的设备信息!
THE END !