android – 移动应用程序是否需要遵守欧盟Cookie法?

前端之家收集整理的这篇文章主要介绍了android – 移动应用程序是否需要遵守欧盟Cookie法?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我从客户那里得到了一个有趣的问题,关于欧盟cookie法及其对移动应用程序的影响.

您可能知道,Cookie法律要求网站让用户知道该网站使用cookie,并告诉他们如何禁用这些.

Android / IOS应用的立场是什么?我没有专门存储cookie,但我确实存储了用户登录详细信息,以自动检查应用启动时的访问权限.

这是受法律影响的吗?当应用程序开始警告用户时,是否需要添加弹出窗口?

应用程序中的Web视图怎么样?

基本上,我找不到关于这个主题的任何澄清,我不能说我见过一个告诉用户存储数据的应用程序.

@H_404_13@解决方法
简短回答:

不可以.作为移动应用程序开发人员,您无需担心Cookie法.

答案很长:

这是Wired文章的摘录(链接底部):

The “Cookie Law” stems from a modification to the EU Privacy and
Electronic Communications Directive,which took place in November
2009. It aims to safeguard privacy online and protect web users from unwanted marketing. Cookies can be used to build up a profile of where
you have been and how you have behaved online. The law aims to make
sure that any company seeking to collect information about a web user
must ask for their consent first. Prior to this modification,websites
had to allow people to opt out of cookies. Now they have to opt in to
all “non-essential” cookies. The law was imported into UK law in May
2011,but UK companies were given one year to comply. The deadline for
compliance is 26 May,2012.

在我看来,考虑到移动应用程序不是网站或网页,除非法律规定,否则您无需通知用户您将存储其登录详细信息.您知道,作为开发人员,该信息(在首选项文件中.我不知道iOS等价物)非常安全.如果对隐私有任何偏执,这样的警报可能最终会进一步煽动它.在我看来,这是非常不必要的.其他人可能会或可能不会有所不同.理想的做法是在用户第一次安装和运行您的应用程序时显示隐私策略.在开发者控制台中,Google Play还具有一项功能,允许您提供隐私政策网址.在我看来,这些措施再次足够好.

如果您对Cookie法律有所了解,请阅读以下部分文章

>有线的文章,标题A simple guide to cookies and how to comply with EU cookie law
> Definitive guide to the Cookie Law
> What you need to know about the EU Cookie Law

原文链接:https://www.f2er.com/android/315712.html

猜你在找的Android相关文章