ios - Adjust.io iOS SDK IDFA 使用

标签 ios iphone app-store-connect

我已经集成 Adjust SDK ( https://github.com/adjust/ios_sdk ) 进行一些分析。我需要在 App Store 上更新应用程序。 Adjust 使用与 IDFA 关联的 AdSupport.framework 和 iAd.framework。问题是我不知道要检查什么,因为我没有在应用程序中显示任何广告。这些是问题:IDFA questions

我查看了 Adjust 文档并发现了这个:https://github.com/pitchtarget/adjust-ios-sdk/blob/master/doc/idfa.md .它说:

If your app got rejected by Apple because your app is using the advertising identifier, this document is for you. Contact us at support@adjust.io. We would like to make sure that you are aware of the consequences of removing IDFA support.

有人知道回答这些问题的正确方法吗?

最佳答案

Adjust SDK 集成指南建议您应该在您的应用程序中使用访问 IDFA 所需的 AdSupport.framework。当然,您可以选择不这样做,但我想这取决于您对 Adjust 平台的预期用途。如果您已将此框架添加到您的应用程序,并且允许 Adjust SDK 从您的应用程序中读取 IDFA,您应该选择YES 并选择:

  • 将此应用安装归因于之前转换的广告
  • 将在此应用中执行的操作归因于之前提供的广告

在应用内转换广告不需要除非您在应用内转换广告,但 Adjust SDK 本身不需要选中此框。 p>

关于ios - Adjust.io iOS SDK IDFA 使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36864550/

相关文章:

objective-c - Objective-C/iOS 编程中有用的指针算法的任何示例?

iphone - 键盘显示然后在显示 MFMessageComposeViewController 时立即隐藏自己

iphone - 使用 HTML 页面上的按钮调用 xcode IBAction

ios - iPhone 上电子邮件签名中的图像

ios - App Store 提交允许的最大屏幕截图数量

ios - Itunes 连接屏幕截图需要 ipad 即使项目仅适用于 iphone

ios - 为什么在init中使用DispatchQueue时报错 '' self'used before self.init call'?

ios - 未从其他 View Controller 保存属性更新

ios - 如何在 Xcode 5.X 中使用 SVN 并将项目 checkin 其中

ios - iTunesConnect 截图顺序困惑