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"


- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- android 4中的android RadioButton问题 2022-01-01