美文网首页
IOS IDFA获取

IOS IDFA获取

作者: abios | 来源:发表于2016-10-09 15:36 被阅读0次

    1.导入AdSupport.framework
    2.添加代码

    NSString *adid = [[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString];
    NSLog(@"%@",adid);
    

    相关文章

      网友评论

          本文标题:IOS IDFA获取

          本文链接:https://www.haomeiwen.com/subject/uvopyttx.html