advertisingIdentifier

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

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

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

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

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

上一篇:基于Spring 4.0 的 Web Socket 聊天室/游戏服务端简单架构


下一篇:Python 由list转为dictionary