天天天晴
天天天晴
  • 发布:2015-01-08 17:54
  • 更新:2015-01-09 15:37
  • 阅读:3375

APPSTORE审核问题

分类:HTML5+

提交机器审核没什么问题,但是出现了这个问题,审核本打回来了~
求解决办法。
PLA 3.3.12

Upon re-reviewing your app we continue to find that your app uses the iOS Advertising Identifier but does not include ad functionality. This does not comply with the terms of the iOS Developer Program License Agreement, as required by the App Store Review Guidelines.

Specifically, section 3.3.12 of the iOS Developer Program License Agreement states:

"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

If you are planning to incorporate ads in a future version, please remove the Advertising Identifier from your app until you have included ad functionality.

To help locate the Advertising Identifier, use the “nm” tool. For information on the “nm” tool, please see the nm man page.

If you do not have access to the libraries' source, you may be able to search the compiled binary using the "strings" or "otool" command line tools. The "strings" tool lists the methods that the library calls, and "otool -ov" will list the Objective-C class structures and their defined methods. These techniques can help you narrow down where the problematic code resides.

2015-01-08 17:54 负责人:无 分享
已邀请:
DCloud_IOS_XTY

DCloud_IOS_XTY

友盟统计功能会使用IDFA,如果程序中没有包含广告会导致审核不过,如果未使用统计功能,不要添加该插件

  • apche

    我提交审核也出现这个提示,我也没有使用统计插件

    2015-12-14 15:20

  • DCloud_IOS_XTY

    新浪微博SDK也会使用

    2015-12-14 15:43

天天天晴

天天天晴 (作者)

我没有添加该功能插件呀~

  • DCloud_IOS_XTY

    你看下manifest.json中plus->distribute->plugins是否有statistic节点,有了删除

    2015-01-09 15:59

该问题目前已经被锁定, 无法添加新回复