adId、idfv

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

 

posted @ 2016-07-12 14:33  代码始我快乐  阅读(340)  评论(0编辑  收藏  举报