我检查了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.
编辑