摘要:
英文原文: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 ... 阅读全文
摘要:
_currentDeviceID = [[self getDeviceID] UUIDString];// 1、获取设备唯一标识:- (NSUUID*) getDeviceID{ UIDevice *device = [UIDevice currentDevice]; return device.... 阅读全文