被拒理由
PLA 3.3.12 We
also have verified that your app contains code that is accessing the Advertising Identifier, however, we did not see ads served in your app.
原因:项目需要统计玩家留存 消费信息 之类的 信息 所以借用了 TalkingData Game
但是 借这个SDK 按照文档 需要 添加 Advertising.framework
不过项目中确实没有一行代码调用这个框架下的接口
就是说这个类库是多余的 可有可无的,但是我添加了 苹果不愿意了。
那就改,去掉了之后审核通过。
或者调用他的类库 我们二次送审的版本要接入一个YoutuBe
用到了这个类库 也就没问题了
怎么检查是否使用了这个类库:
通过终端命令 find . | grep -v .svn | grep "\.a" | grep -v "\.app" | xargs grep advertisingIdentifier
参考:http://www.cocoachina.com/ask/questions/show/107906