获取广告标识符ifad

#import <AdSupport/ASIdentifierManager.h>

 

NSString *adId =[[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString];

NSLog(@"%@",adId);

 

原文地址:https://www.cnblogs.com/lear/p/5500476.html