huangh


  _currentDeviceID = [[self getDeviceID] UUIDString];

 

// 1、获取设备唯一标识:

- (NSUUID*) getDeviceID
{
    UIDevice *device = [UIDevice currentDevice];
    return device.identifierForVendor;
}

 

分类:

技术点:

相关文章: