iOS - Google AdMob v6.12.0 - quot;idfa class missing, won#39;t collect idfaquot;(iOS - Google AdMob v6.12.0 - “idfa 类丢失,不会收集 idfa)
问题描述
我正在将 Google AdMob(DFP 和中介插页式广告)用于 iOS 8 中的项目(目标 iOS 7).
即使我已经包含了我认为是 AdMob v6.12.0 的所有必要框架(根据 AdMob 站点),我在 Xcode 中看到以下警告消息:
I'm using Google AdMob (DFP & Mediated Interstitials) for a project in iOS 8 (target iOS 7).
And even though I've included what I think are all the necessary Frameworks for AdMob v6.12.0 (according to the AdMob site), I'm seeing the following warning message in Xcode:
idfa 类丢失,不会收集 idfa"
根据 AdMob 的发布说明,v6.12.0 SDK 使用苹果的 idfa...
According to AdMob's release notes, v6.12.0 SDK uses Apple's idfa...
SDK 根据 iOS 开发人员制定的指南使用 IDFA程序许可协议."( http://tinyurl.com/n4f3fn7 )
所以...我被 Xcode 控制台中的这个警告消息难住了.
So... I'm stumped by this warning message in the Xcode console.
我的问题:
我应该忽略此消息吗?我在这里能错过什么?
MY QUESTION:
Should I disregard this message? What could I be missing here?
仅供参考 -- 以下是我的项目中包含的框架列表:
FYI -- Here is a list of the Frameworks I'm including in my Project:
谢谢!
推荐答案
您所要做的就是将 libAdIdAccess.a
添加到您的项目中.它是 GoogleAnalyticsServicesiOS_3.09
交付的一部分.
All you have to do is to add libAdIdAccess.a
to your project. It is part of GoogleAnalyticsServicesiOS_3.09
delivery.
这篇关于iOS - Google AdMob v6.12.0 - “idfa 类丢失,不会收集 idfa"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:iOS - Google AdMob v6.12.0 - “idfa 类丢失,不会收集 idfa"


基础教程推荐
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01