App Store idfa被拒检查办法


最近应用因为这个问题被拒两次,理由如下:

PLA 3.3.12We found 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."

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, open a terminal window and enter, “man nm.” 

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. 

我的应用被拒的原因是因为友盟SDK的问题,具体的检查语句如下:

打开终端cd到项目根目录,然后执行下列语句

grep -r advertisingIdentifier .
然后涉及到idfa的类库class等都会列出来,挨个处理吧兄弟们,目前发现的有可能存在问题的类库有:百度统计、支付宝极简收银台、友盟、ShareSDK的QQ分享部分等,大部分官网应该已经做过处理更新了,不过不要相信更新日志,集成前先自己用语句扫一下才能放心使用,我就被友盟的给坑了一次做了小白鼠,写着更新了,客服也说可以的没问题,但是其实是有问题的,之后它们也发现有问题了所以又更新了一次。。。



从2月初开始,Apple开始拒绝采集IDFA(identifier for advertising)而未集成任何广告服务的应用进入AppStore。
为解决此问题,我们同时为用户提供两个版本的SDK,包括采集IDFA的标准版和不采集IDFA的无IDFA版。

建议优先使用标准版SDK: 
IDFA能够较精准的识别用户,特别适用于广告推广、换量等跨应用场景下的用户追踪,采集IDFA可以最大程度的保证您追踪转化数据的准确性和稳定性。
如果您希望采集IDFA而您的应用未集成任何广告服务(如仅做换量推广),您仍旧可以使用我们的标准版SDK,我们为您提供一个默认广告页面,当您在AppStore审核通过后,请在后台将该应用的广告页面设置为不展示。
请务必使用集成测试服务来测试您的应用以打开广告管理页面。

如果您仍旧不希望采集IDFA,您可以下载无IDFA的版本: 
请更换您的SDK(下载),同时请移除您应用内的相关代码(包括 class: ASIdentifierManager ;selector: advertisingIdentifier;framework: AdSupport.framework),您的数据不会因此产生任何波动。
注意: 如果未来Apple标识设备的唯一标识符再次发生变化,由于无IDFA作为数据过渡的媒介,可能会出现数据波动的情况。


  • 0
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值