问题描述
我正在将 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"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!