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"
基础教程推荐
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01