ios – IDFA和Google转化跟踪SDK [已关闭]

Apple开始解释您的应用.在app上使用IDFA(广告标识符).提交.

我根据客户要求使用Google转化跟踪SDK.这需要将Adsupport.framework添加到xCode中的项目Build Phases. Adsupport.framework使用IDFA.

在App上.提交时,您将被问到以下内容

This app uses the Advertising Identifier to (select all that apply):
1.  Serve advertisements within the app
2.  Attribute this app installation to a prevIoUsly served advertisement
3.  Attribute an action taken within this app to a prevIoUsly served advertisement
If you think you have another acceptable use for the Advertising Identifier,contact us.

您必须至少检查其中一个是否允许提交您的应用.

我不在我的应用上投放广告.我应该检查什么以及为什么?

解决方法

你应该检查第二个方框.您正在使用转换跟踪器,表明您将应用安装归因于以前提供的广告.

相关文章

UITabBarController 是 iOS 中用于管理和显示选项卡界面的一...
UITableView的重用机制避免了频繁创建和销毁单元格的开销,使...
Objective-C中,类的实例变量(instance variables)和属性(...
从内存管理的角度来看,block可以作为方法的传入参数是因为b...
WKWebView 是 iOS 开发中用于显示网页内容的组件,它是在 iO...
OC中常用的多线程编程技术: 1. NSThread NSThread是Objecti...