应用商店提交否认iOS广告标识 [英] App store submission denied iOS Advertising Identifier

查看:222
本文介绍了应用商店提交否认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

PLA 3.3.12

我们发现您的应用程序使用iOS的广告标识,但不包括广告功能。这不符合iOS开发人员计划许可协议的条款所要求的在App Store审查指南。

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天全站免登陆