摘要: 英文原文:In iOS 7 and later, if you ask for the MAC address of an iOS device, the system returns the value 02:00:00:00:00:00. If you need to identify the ... 阅读全文
posted @ 2014-12-10 17:39 梅西121 阅读(269) 评论(0) 推荐(0) 编辑
摘要: _currentDeviceID = [[self getDeviceID] UUIDString];// 1、获取设备唯一标识:- (NSUUID*) getDeviceID{ UIDevice *device = [UIDevice currentDevice]; return device.... 阅读全文
posted @ 2014-12-10 17:10 梅西121 阅读(219) 评论(0) 推荐(0) 编辑