应用商店提交被拒绝 iOS 广告标识符 [英] App store submission denied iOS Advertising Identifier

查看:33
本文介绍了应用商店提交被拒绝 iOS 广告标识符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用由于以下原因被拒绝,但我没有使用广告标识符.使用以下命令

My app got rejected for the following reason but I'm not using the advertising identifier. Used the following command

find . | grep -v .svn  | grep "\.a" | grep -v "\.app" | xargs grep advertisingIdentifier

结果是二进制文件 ./libGoogleAnalyticsServices.a 匹配".

and got "Binary file ./libGoogleAnalyticsServices.a matches" as a result.

关于拒绝的更多细节

PLA 3.3.12

我们发现您的应用使用了 iOS 广告标识符,但不包含广告功能.这不符合 App Store 审核指南要求的 iOS 开发者计划许可协议的条款.

We 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.

具体来说,iOS 开发者计划许可协议的第 3.3.12 节规定:

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 us 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."

请从您的应用中删除 iOS 广告标识符或向您的应用添加广告功能.

Please remove the iOS Advertising Identifier from your app or add ad functionality to your app.

推荐答案

拒绝理由是有道理的.一些库不恰当地使用了 AdvertisingIdentifier 而不是推荐的设备识别方式,如 identifierForVendor.不确定最新的谷歌分析使用推荐的识别方式.尝试更新到最新版本.在其他情况下,您需要选择其他一些分析解决方案进行跟踪,例如 Mixpanel 已解决此问题并且运行良好.

It rejection reason makes sense. Some libraries using advertisingIdentifier inappropriately instead of recommended ways of device identification like identifierForVendor. Not sure that newest google analytics use recommended way of identification. Try to update to latest version. In other case you will need to select some other analytics solution for tracking, for example Mixpanel had this issue resolved and works well.

这篇关于应用商店提交被拒绝 iOS 广告标识符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆