简体   繁体   English

设置Android隐私政策

[英]Setting Android Privacy Policy

I am using AdMob in my android application. 我在我的Android应用程序中使用AdMob。 Do i need to create a Privacy Policy in my application to inform users about cookies that Google uses? 我是否需要在我的应用程序中创建隐私政策,以告知用户Google使用的Cookie?

If yes where do i need to put it? 如果是,我需要把它放在哪里?

Do i must write it in descriptions on Google Play? 我必须在Google Play上的说明中写下来吗? Or on fist run do I must show a fragment window? 或者在第一次运行时我必须显示片段窗口吗? Or can I write the Privacy Policy just in section "About App"? 或者我可以在“关于应用程序”部分编写隐私政策吗?

What do I write? 我写什么?

I read the Google Documents, but i didn't understand clearly. 我阅读了Google文档,但我并不清楚。

https://support.google.com/googleplay/android-developer/answer/2519872?hl=en https://support.google.com/googleplay/android-developer/answer/2519872?hl=en

To clarify for anyone who is finding this question: 澄清任何发现此问题的人:

The answer is yes, you need a privacy policy for your app if you are using AdMob. 答案是肯定的,如果您使用的是AdMob,则需要针对您的应用的隐私政策。 Refer to: AdMob Help (bottom of the page). 请参阅: AdMob帮助 (页面底部)。

... Additionally, your app's privacy policy may need to be updated to reflect the use of personalized advertising (formerly known as interest-based advertising) served via the Google Mobile Ads SDK. ...此外,您的应用的隐私权政策可能需要更新,以反映通过Google移动广告SDK投放的个性化广告(以前称为基于兴趣的广告)的使用。 Please take a moment to review your app's privacy policies and ensure that they are up-to-date. 请花点时间查看您应用的隐私政策,并确保它们是最新的。 Because publisher pages and laws vary across countries, we're unable to suggest specific privacy policy language... 由于发布商网页和法律因国家/地区而异,我们无法建议具体的隐私权政策语言......

They essentially want you to inform users about the use of targeted advertising. 他们基本上希望您告知用户有针对性的广告的使用。 They don't explicitly tell you what to write though. 他们没有明确地告诉你要写什么

Personally I think it should be enough to write something about that you use AdMob to serve ads and that AdMob uses the devices advertising id to serve personalized ads based on the users interests (which includes collecting and analyzing user data). 就个人而言,我认为应该写一些关于您使用AdMob来投放广告的内容,并且AdMob会根据用户兴趣(包括收集和分析用户数据)使用广告ID设备来投放个性化广告。 A link to the Google page to opt-out of personalized advertising and to Googles Privacy Policies ( here and here ) can't hurt. 指向选择停用个性化广告和谷歌隐私政策( 此处此处 )的Google页面链接不会受到影响。

This also suggests that you need to have at least a link to your privacy policy in your app and on the store page. 也表明您需要在应用程序和商店页面上至少包含指向您隐私政策的链接。 But maybe AdMob doesn't count as handling sensitive data, so maybe the link to the policy on the store page is optional in this case. 但也许AdMob不算作处理敏感数据,因此在这种情况下,商店页面上的策略链接可能是可选的。

As a side note: If you use any Google Services (eg Location, Firebase, Places Api) you probably need a privacy policy 作为旁注:如果您使用任何Google服务(例如,位置,Firebase,Places Api),您可能需要隐私政策

Things changed in 2017 (even without AdMob): 事情在2017年发生了变化(即使没有AdMob):

AdMob is another subject: I talk about any app event without AdMob ( my case for example ) AdMob是另一个主题:我谈论任何没有AdMob的应用事件( 例如我的情况

Google threatens to remove my open source app JSAir just for http://android.permission.READ _PHONE_STATE ( for UX: I need to check connection is active or not = that's all ). 谷歌威胁要删除我的开源应用程序JSAir只是为了http://android.permission.READ _PHONE_STATE对于UX:我需要检查连接是否有效=这就是全部 )。

I had the surprise of receiving a mail from Google who wants me to create a privacy policy website now ( I did not have before ). 我很惊讶收到谷歌的邮件,希望我现在创建一个隐私政策网站( 我之前没有 )。

I will have to say something like: 我将不得不说:

This application stores/send/read nothing apart javascript air website information!!! 此应用程序存储/发送/读取任何javascript空气网站信息! So there is no better privacy conscious application. 因此没有更好的隐私意识应用。

我做了一个公开的要点,并在这里发布了网址你可以在这里查看Play商店 的要点

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM