简体   繁体   English

Google Firebase Analytics-如何在iOS上通知用户数据收集

[英]Google Firebase Analytics - How to notify the user of data collection on iOS

How should I notify users of my iOS app of the default data collection done by Google's Firebase Analytics? 我应该如何通知我的iOS应用程序用户Google的Firebase Analytics完成的默认数据收集?

I recently made an iOS application and released it to the app store. 我最近制作了一个iOS应用程序,并将其发布到应用程序商店。 To gain more insight into how my app is being used, I am looking into updating it to include the Firebase analytics API. 为了进一步了解我的应用程序的使用方式,我正在考虑对其进行更新以包括Firebase分析API。 The app does not collect any other information other than the default information that Firebase Analytics already collects. 除了Firebase Analytics已收集的默认信息外,该应用程序不会收集任何其他信息。 According to Google , this includes: 根据Google的说法 ,这包括:

Session duration, Operating system, Device models, Geography ... 会话时长,操作系统,设备型号,地理位置...

Even though it does not collect any sensitive user information (eg, username, email...), according to the Firebase User Policy apparently I still must notify the user of data collection: 即使它没有收集任何敏感的用户信息(例如,用户名,电子邮件等),根据Firebase用户政策,显然我仍然必须通知用户数据收集:

You are required to notify your App Users by disclosing the following information: 您需要通过披露以下信息来通知您的App用户:

  • The Google Analytics for Firebase features you have implemented. 您已实现的Google Analytics for Firebase功能。
  • How App Users can opt-out of the Google Analytics for Firebase features you use, including through applicable device settings, such as the device advertising settings for mobile apps, or any other available means 应用程序用户如何选择退出您使用的Google Analytics for Firebase功能,包括通过适用的设备设置(例如移动应用程序的设备广告设置)或任何其他可用方式

Should I paste a disclosure itself in a menu on the settings page or just a link to it? 我应该将披露本身粘贴到设置页面上的菜单中,还是仅粘贴至其链接? And am I even understanding this correctly - do I even need to notify the user of this data collection by the Google Firebase Analytics platform? 我什至正确理解了这一点-我是否还需要通过Google Firebase Analytics平台通知用户此数据收集?

Yes, you're required to notify and inform users how they can opt-out. 是的,您需要通知并告知用户如何退出。

Useful example from Aurora Forecast iOS app: Aurora Forecast iOS应用的有用示例:

在此处输入图片说明

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

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