advertisingIdentifier

iOS 7后Mac 地址就不能用了。

不过可以用advertisingIdentifier来取,再多个project 里测试是唯一的,但如果遇到系统升级或是重刷这个就不一定能唯一了。。

 

这里还要加一个库。AdSupport.framework

NSString *adId = [[[ASIdentifierManagersharedManager] advertisingIdentifier] UUIDString];

     NSLog(@"divicedentifier:%@",[selfmacaddress]);//50C10807-E87A-476C-9AE4-6BA221838654

转载于:https://www.cnblogs.com/qingjoin/p/3336455.html

你可能感兴趣的:(advertisingIdentifier)