码迷,mamicode.com
首页 > 其他好文 > 详细

获取设备唯一标识

时间:2014-12-10 17:58:40      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:style   color   sp   for   div   bs   nbsp   br   ui   


  _currentDeviceID = [[self getDeviceID] UUIDString];

 

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

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

 

获取设备唯一标识

标签:style   color   sp   for   div   bs   nbsp   br   ui   

原文地址:http://www.cnblogs.com/huangh/p/4155914.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!