您在 App Store 上的应用隐私详细信息问题
Posted
技术标签:
【中文标题】您在 App Store 上的应用隐私详细信息问题【英文标题】:Issues with your app privacy details on the App Store 【发布时间】:2021-03-13 05:12:13 【问题描述】:我们从解决中心的 AppStore 收到以下政策通知:
Hello,
When you submitted your app, you answered questions about your app's privacy practices in App Store Connect. There are possible issues with the information you gave. You indicated that your app does not collect or track device or user data. However, your app integrates code from or communicates with third-parties that appear to collect and track this data, including, but not limited to, AppLovin.
You need to provide accurate information about your app’s privacy practices, including the practices of all the third-party partners your app interfaces with, like ad networks, analytics tools, and SDKs. Doing so will help you avoid rejections on future submissions. If you don't know what data your third-party partners collect or if they track your users, please contact them or refer to the documentation they've made available.
We have not rejected your submission, but this message will remain in Resolution Center for your reference. You do not need to reply after making the appropriate changes. We appreciate your efforts to comply with our guidelines and look forward to reviewing your future submissions to the App Store.
Learn more about app privacy details on the App Store and how to update privacy information in App Store Connect.
Best regards,
App Store Review
如何解决这个问题?我是否需要编写任何与 SKAdNetworkIdentifier 和 App Tracking Transparancy Alert 相关的代码?
【问题讨论】:
我投票结束这个问题,因为 App Store 政策不在主题范围内。 这是 App Store 中的一个错误。 【参考方案1】:首先您需要提供隐私政策网址。
示例:https://docs.google.com/document/d/1JpNOfUb6mzwG-q5gQQn_oRveKlxvTrQKXjACtc2j47Y/edit?usp=sharing
转到 AppStore 中的应用隐私部分并更新设置。
您需要提及用于跟踪您的数据以及与您相关的数据。
同时更新 SKAdNetworkIdentifier & App Tracking Transparancy Alert:
- (void)requestIDFA
if (@available(ios 14.0, *))
[ATTrackingManager requestTrackingAuthorizationWithCompletionHandler:^(ATTrackingManagerAuthorizationStatus status)
[self loadAllAds];
];
else
[self loadAllAds];
【讨论】:
如果您使用的是 AppLovin MAX - 我建议您改用他们的内置同意流程。以下是文档:dash.applovin.com/documentation/mediation/ios/getting-started/….【参考方案2】:根据AppLovin Privacy Policy,AppLovin SDK 收集的数据远不止设备 ID。
因此,您需要使用准确的信息更新您的应用隐私(在 App Store Connect 中)。
请删除您之前的答案和多张图片,并将它们移至原始问题(更新问题)。
【讨论】:
信息准确意味着什么信息?请全部提及 抱歉,我不能全部提及。您需要识别您或您的第三方合作伙伴收集的所有数据,除非数据符合可选披露的所有标准。 来自 Apple 的说明,可帮助您确定必须列出的用途:developer.apple.com/app-store/app-privacy-details。你一定要查看我之前在答案中发布的 App Lovin 隐私政策。 感谢您提供的信息。【参考方案3】:这可能是 Apple 搞砸了。他们说您正在使用“AppLovin”。你是?如果不是,你和我在同一个包里。我收到了同样的通知,声称我使用“Branch SDK”——但我的应用程序不使用 OpenSSL 以外的第三方软件(解码 IAP 收据)。
【讨论】:
以上是关于您在 App Store 上的应用隐私详细信息问题的主要内容,如果未能解决你的问题,请参考以下文章