标签:
NSString *uuid = [[NSUUID UUID] UUIDString];
NSLog(@"uuid = %@",uuid);
IOS获取设备的UUID
原文地址:http://www.cnblogs.com/yuanjunliang/p/4786731.html