简体   繁体   English

应用因广告标识符(IDFA)而被拒

[英]App rejected due to Advertising Identifier (IDFA)

My application was rejected due to the following reasons: 我的申请被拒绝,原因如下:

You and Your Applications (and any third party with whom you have contracted to serve advertising) may use the Advertising Identifier, and any information obtained through the use of the Advertising Identifier, only for the purpose of serving advertising. 您和您的应用程序(以及与您签订合同以进行广告宣传的任何第三方)可以使用广告标识符以及通过使用广告标识符获得的任何信息,仅用于提供广告。 If a user resets the Advertising Identifier, then You agree not to combine, correlate, link or otherwise associate, either directly or indirectly, the prior Advertising Identifier and any derived information with the reset Advertising Identifier." Note: iAd does not use the AdSupport.framework , ASIdentifierManager , or the Advertising Identifier. Therefore they are not required for iAd implementations and should not be included in your app for iAd support. If your app is serving ads, please: - Ensure that you have tested your app on a device, not just the simulator, and that you have removed all previous versions of your app prior to testing - Provide us the steps to locate ads in your app If your app does not serve ads, please check your code - including any third-party libraries - to remove any instances of: class: ASIdentifierManager selector: advertisingIdentifier framework: AdSupport.framework 如果用户重置广告标识符,则表示您同意不会直接或间接地将先前的广告标识符和任何衍生信息与重置的广告标识符相关联,关联,链接或以其他方式关联。“注意:iAd不使用AdSupport.frameworkASIdentifierManager或广告标识符。因此,iAd实施不需要它们,也不应包含在您的iAd支持应用中。如果您的应用正在投放广告,请: - 确保您已在设备上测试过您的应用,而不仅仅是模拟器,以及您在测试之前删除了所有以前版本的应用 - 向我们提供在您的应用中查找广告的步骤如果您的应用不投放广告,请检查您的代码 - 包括任何第三方库- 删除以下任何实例:class: ASIdentifierManager selector: advertisingIdentifier framework: AdSupport.framework

I have tested my app on a device and simulator and it does show You're Connected to iAd test banners. 我已经在设备和模拟器上测试了我的应用程序,它确实显示了您已连接到iAd测试横幅。 It doesn't let me log into the iAd Workbench so maybe that's the issue? 它不允许我登录iAd Workbench所以可能是这个问题?

If iAd is the only advertising network you're using you need to answer No to the following question when submitting your application to the App Store: 如果iAd的是你使用,你需要提交申请到App Store时,回答以下问题的唯一广告网络:

Does this app use the Advertising Identifier (IDFA)? 此应用是否使用广告标识符(IDFA)?

Also, make sure your project does not import the AdSupport.framework . 此外,请确保您的项目不会导入AdSupport.framework iAd does not use the AdSupport.framework , ASIdentifierManager , or the Advertising Identifier so they are not required and should not be included in your application. iAd不使用AdSupport.frameworkASIdentifierManager或广告标识符,因此它们不是必需的,不应包含在您的应用程序中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM