Google Play 的隐私政策 link

Privacy policy link for Google Play

我在这里遇到了麻烦,这是我的第一个应用程序,涉及的内容太多,我没想到会这么难,目前我一直在为我的应用程序的 [=12] 添加一个 link =] 我的应用程序非常简单。

它不共享任何数据,但我确实使用 Google 分析,还有一件事是我没有网站,所以我应该有隐私政策 link 我应该把它放在哪里它与我拥有的网站不同?

谢谢。

您可能不需要。您可以在应用内通知用户您正在使用 Analytics。否则,您可以查看像 Google Sites 这样的免费网站,轻松创建一个带有自己 URL 的网页,您可以 link 访问它。

您需要隐私政策的原因有很多,其中之一就是您正在使用 Google Analytics。这是“7.隐私”下的Google Analytics terms of use say

You will have and abide by an appropriate Privacy Policy and will comply with all applicable laws, policies, and regulations relating to the collection of information from Visitors. You must post a Privacy Policy and that Privacy Policy must provide notice of Your use of cookies that are used to collect data. You must disclose the use of Google Analytics, and how it collects and processes data. (...)

当然,您可以绕过要求,但这并不意味着问题就消失了。您可以在网上找到很多关于如何为应用程序编写隐私政策等信息,我给出的建议取决于很多因素。

如何完成您的隐私政策
正确披露以开始本节:我在 iubenda 工作,我们为您这样的问题创建解决方案,我们的软件会根据用户输入生成隐私政策。

  • 我刚才在 iubenda 的公司博客上发布了关于 privacy policies for the Play Store 的文章,这可能会对您有所帮助并为您提供正确的想法。
  • iubenda 还可以帮助您解决没有网站的问题,隐私政策已生成并托管在我们的网站上,您只需将 link 复制粘贴到应用程序和应用程序商店即可。

您可以单击 "Store Listing" 页面上的 "Not submitting a privacy policy URL at this time" 复选框:

来自 Google Play 商品详情页面的屏幕截图

但即使您不收集个人数据,Google Analytics 服务条款仍然要求您签署隐私政策协议:

来自 Google Analytics 服务条款的屏幕截图

但是,请务必记住,如果您使用 Google Analytics 等第三方工具,这些第三方可能还要求您拥有隐私政策。

但是 Google Play 商店要求您在应用 public 之前拥有政策。这是 Google Play 开发者分发协议中的引述:

You agree that if you use the Store to distribute Products, you will protect the privacy and legal rights of users. If the users provide you with, or your Product accesses or uses, user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your Product, and you must provide a legally adequate privacy notice and protection for those users.

网站托管

checkout GitHub's GitHub Pages services。他们免费为您托管一个简单的静态网站!基本说明:

  1. GitHub 上创建一个名为 [username].github.io 的 public 存储库(替换“[用户名]”)
  2. index.html 文件提交到存储库的根目录。
  3. 您可以在 http://[username].github.io/ 在线查看您的网站。

隐私政策

basic privacy policy template here..它会给你一个模板,你可以简单地复制、粘贴和修改以满足你的需要。不像其他大多数关注你的钱的地方 and/or 个人信息!!!

This is 来自 google 本身的简单指南。您可以在 google 个网站中托管您的网站,无需托管 github 个网站

解决 Google Play 管理中心隐私政策 link 问题的最简单步骤:

  1. 创建您自己的应用隐私政策。
  2. 创建后,托管在任何网站托管(在我的例子中,我托管在GitHub Pages)并复制隐私政策url。
  3. 将隐私政策 url 粘贴到 Google Play 管理中心隐私政策部分
  4. 保存并等待审核。
  5. 完成!

有很多网站制定了像this and this这样的隐私政策。您可以在那里创建隐私政策,然后复制文本。然后,您可以在 GitHub 上托管一个文件,然后在文件

中设置此文本

My app doesn't share or collect any data, but I need to complete data safety form and part of it is a link to privacy policy.

隐私政策是非常重要的法律协议。绝对确保您没有使用任何可能无意中跟踪您的用户的第三方解决方案。向您的应用添加分析或用户登录通常需要更全面的隐私政策。

如果您的应用确实不远程收集数据或使用第三方服务进行远程收集,那么您的隐私政策就非常简单了。在这种情况下,我建议说明如下:

  • 您的应用不跟踪用户
  • 您的应用不收集数据;或者数据安全地存储在用户的设备上并保持私密性
  • 未经许可,不会与您的公司或任何第三方共享数据(因为您可能希望在获得用户明确许可的情况下收集用户反馈,例如错误报告)

您可以轻松编写自己的隐私政策,但这里是上述要点的最小模板:

app_name_or_legal_entity's commitment to privacy is simple: We don't track you! We don't collect or transmit your data; instead, information you submit in our app is stored privately and securely on your device. Your information won't ever be shared with us or any third party without your explicit permission.

请记住,这是主观的,但我建议保持简短并添加一个部分来解释为什么您的企业不收集用户数据。它可以像声明“我们相信隐私是一项人权”一样简单。