NSString* deviceName= [[UIDevicecurrentDevice] uniqueIdentifier];
NSString* localizedModel=[[UIDevicecurrentDevice] localizedModel];
NSString* systemVersion=[[UIDevicecurrentDevice] systemVersion];
NSString* systemName=[[UIDevicecurrentDevice] systemName];
NSString* model=[[UIDevicecurrentDevice] model];
NSLog(@"deviceName:%@,localizedModel:%@,systemVersion:%@,systemName:%@,model:%@",deviceName,localizedModel,systemVersion,systemName,model);