//广告标示符,适用于对外:例如广告推广,换量等跨应用的用户追踪等。
NSString *adId = [[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString];
NSLog(@"adId==%@",adId);
//Vindor标示符,适用于对内:例如分析用户在应用内的行为等。
NSString *idfv = [[[UIDevice currentDevice] identifierForVendor] UUIDString];
NSLog(@"idfv==%@",idfv);