ios - Facebook SDK 是否使用 IDFA 进行移动应用安装?

标签 ios facebook app-store-connect idfa

当您集成 Facebook SDK 来跟踪移动应用程序安装时,这是否使用 IDFA,因此您在提交应用程序以供审核时是否必须对 iTunes Connect 问题中的相应问题回答

这是application:didFinishLaunchingWithOptions:中的代码

[FBSettings setDefaultAppID:FB_APP_ID_NSTRING];
[FBAppEvents activateApp];

在我的 Facebook 仪表板中,我的应用在“安装洞察”和“启用增强兴趣定位”下配置为是:enter image description here

我提到的 iTunes Connect 问题如下所示: enter image description here

这里有很多关于 IDFA 的问题,但没有一个(据我所知)可以阐明仅将 Facebook SDK 用于移动应用安装是否确实使用了 IDFA。

最佳答案

仅在某些情况下。参见 Facebook's FAQ :

Does Facebook’s SDK for iOS access the IDFA?

  • The Facebook SDK includes code to access Apple’s Advertising Identifier (IDFA), but that code is only executed in certain situations.
  • The Facebook SDK for iOS only accesses IDFAs in the following scenarios: 1) if your app serves ads within the app through Facebook’s Audience Network, or 2) if your app logs app installs or other mobile App Events in order to attribute those events to your ad campaigns.
  • If you are not logging App Events (via the FBAppEvents class), then the Facebook SDK is not accessing the IDFAs. Additionally, the Facebook SDK does not require AdSupport.framework to be included.
  • If you want to track App Events without collecting IDFA, you can disable IDFA collection within your app dashboard in the advanced setting section.

关于ios - Facebook SDK 是否使用 IDFA 进行移动应用安装?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25998846/

相关文章:

iOS:如何从搜索字符串中删除无效字符,同时允许搜索多个单词

iphone - [__NSCFNumber 长度] : unrecognized selector sent to instance

ios - 我可以提交 2 个显示名称相同但 BundleID 不同的 iOS 应用程序吗?

ios - 无法使用 Xcode 7.1 上传到 App Store

ios - 编译时错误 - XCode 4.1、iOS 4 中的 XIB/NIB 损坏

html - 自动缩放元素以适应视口(viewport)/设备方向

facebook - 获取用户头像大小的照片

ios - Twitter 和 Facebook 不会出现在 UIActivityViewController Swift 3.0 上

javascript - Facebook Create React App Build - 添加图像作为 Prop 类型

iphone - 应用内购买显示警告在 iTunes 连接中的应用内不可用