iphone 获取 设备号
UIDevice *device = [UIDevice currentDevice];//创建设备对象
NSString *deviceUID = [[NSString alloc] initWithString:[device uniqueIdentifier]];
UIAlertView *view = [[UIAlertView alloc]initWithTitle:nil message:deviceUID delegate:self cancelButtonTitle:@"ok" otherButtonTitles: nil];
[view show];

浙公网安备 33010602011771号