IDFA使用不当,您的应用不符合ios中的限制广告跟踪设置

我检查了iTC设置

我已经在2天前上传了相同的应用程序并且它工作正常,但是今天我上传了相同的应用程序,其中有一个错误修复它现在显示错误.

我正在使用Admob,Revmob和Applovin.但我知道admob是罪魁祸首.

解决方法

对我来说唯一的解决方案是废弃Admob-SDK并整合 Startapp-SDK,它符合苹果新的IDFA政策,你可以阅读他们的 documentation here.

如果Admob的人解决这个问题我会告诉你.

来自Applovin Folks

I wanted to update you on an IDFA change Apple made on Saturday. Apple’s systems are automatically rejecting apps that are uploaded if the app has SDKs in it that access IDFA and still support pre-iOS 6 (where IDFA wasn’t present). Our new SDK 2.3.6 (and in Unity,3.0.9) will Now pass Apple’s screen since we have deprecated support for iOS 4 and 5 (only 1.5% of traffic); and note that many popular SDKs in the market act similarly so you may need to work with your other vendors on updating their software for compatibility.

编辑

我今天(2014年5月5日)使用admob 6.8.0上传一个更新,并且已成功上传

相关文章

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