如何在我的应用程序中显示隐私政策
由于违反了Android Advertising ID,我的应用已被删除.因此,我提出了上诉,要求将我的应用程序带入应用程序商店,这就是他们的回应.
My app has been removed due to violating the Android Advertising ID. So I requested an appeal to get my app into the app store and this is what they respond.
有三种方法可以解决此问题:
There are three ways to address this issue:
- 如果您的应用请求用户数据或授予敏感权限
请求(例如电话,帐户,联系人,相机,麦克风或),如果您的应用使用Android广告标识符,则需要 在两个地方添加有效的隐私权政策:您应用的商店 列表页(以下说明)和您的应用内. -
作为第二个选项,您可以删除任何对用户数据的请求或 敏感权限,例如Android Advertising标识符.你 如果您删除这些隐私政策,则无需添加隐私政策 要求.
- If your app requests user data or makes sensitive permissions
requests such as Phone, Accounts, Contacts, Camera, Microphone, or if your app uses the Android advertising identifier, you'll need to add a valid privacy policy in two places: your app's store listing page (instructions below) and within your app. As a second option, you can remove any requests for user data or sensitive permissions such as Android Advertising identifier. You will not need to add a privacy policy if you remove these requests.
如果无法完成步骤1或2,则需要 从Google Play取消发布该应用.如果您的应用程序已经 未发布,除非重新发布,否则您无需采取任何措施 将来的应用程序.
If you cannot complete steps 1 or 2, you'll need to unpublish the app from Google Play. If your app is already unpublished, you don’t need to take action unless you re-publish the app in the future.
我最近刚刚在我的应用的商品详情页面中添加了有效的隐私权政策,并且我的应用再次发布到了Google Play商店中.
但是,我不知道如何将其放入我的应用程序中.我到处搜索了如何执行此操作,但我仍然找不到执行该操作的方法.他们只是告诉我如何将隐私权政策添加到应用程序的商店列表页面中.
However, I don't know how to put it within my app. I have searched all over the place on how to do it and I can't find anyway to do it. They only show me on how to add privacy policy into the app's store listing page which I already did.
我不想冒险再次被移除.
I don't want to risk getting removed again.
有些站点可帮助您为应用程序(隐私策略生成器)编写隐私策略,例如: https://app-privacy-policy-generator.firebaseapp.com/.
There are sites that help you write a privacy policy for your app (privacy policy generators), for example: https://app-privacy-policy-generator.firebaseapp.com/.
最后得到的文件可以上传到网站(如果有的话),甚至可以上传到Dropbox(允许所有人阅读),并在您的应用程序中添加指向该文件的链接.您也可以使用网络视图或任何其他方式在应用程序中显示文本.
The file you get in the end you can upload to a website, if you have one, or even to dropbox (with permission to everyone to read), and add a link in your app to this file. You can also do it with a webview or any other way to present text in the app.