我需要基本 Google 分析的用户权限吗?
Do I need User Permissions for basic Google Analytics?
我在我的 Flutter 项目中添加了 Google Firebase Analytics。我正在获取基本信息,例如有多少用户使用了该应用程序,他们使用的是哪个应用程序版本,他们来自哪个国家/地区以及他们正在使用的设备。完全没有用户细节,没有事件或其他跟踪信息。
现在我不要求用户授予执行此操作的权限。
所以我的问题是我必须向用户询问此信息吗? Google/Apple 商店会因此拒绝应用程序吗?
我不确定,因为我找不到那么多关于我的案例的信息。我刚刚添加了 Firebase 插件并添加了 GoogleService-Info.json/GoogleService-Info.plist 就这样,应用程序本身没有代码。
我现在对此进行了一些研究,这是我的发现。
根据 Firebase 网站 here,您现在需要让用户对每个产品启用任何类型的分析。这是引用。
You are required to notify your App Users by disclosing the following information:
- The Google Analytics for Firebase features you have implemented.
- How you and third-party vendors use first-party cookies, or other first-party identifiers, and third-party cookies and similar technologies, such as identifiers for mobile devices (including Android Advertising ID and Advertising Identifier for iOS), or other third-party identifiers, together.
- 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.
更多信息,我也推荐checking this out
p.s.I 认为最好的学习方法是向律师询问或在提交时尝试。
我在我的 Flutter 项目中添加了 Google Firebase Analytics。我正在获取基本信息,例如有多少用户使用了该应用程序,他们使用的是哪个应用程序版本,他们来自哪个国家/地区以及他们正在使用的设备。完全没有用户细节,没有事件或其他跟踪信息。
现在我不要求用户授予执行此操作的权限。 所以我的问题是我必须向用户询问此信息吗? Google/Apple 商店会因此拒绝应用程序吗?
我不确定,因为我找不到那么多关于我的案例的信息。我刚刚添加了 Firebase 插件并添加了 GoogleService-Info.json/GoogleService-Info.plist 就这样,应用程序本身没有代码。
我现在对此进行了一些研究,这是我的发现。
根据 Firebase 网站 here,您现在需要让用户对每个产品启用任何类型的分析。这是引用。
You are required to notify your App Users by disclosing the following information:
- The Google Analytics for Firebase features you have implemented.
- How you and third-party vendors use first-party cookies, or other first-party identifiers, and third-party cookies and similar technologies, such as identifiers for mobile devices (including Android Advertising ID and Advertising Identifier for iOS), or other third-party identifiers, together.
- 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.
更多信息,我也推荐checking this out
p.s.I 认为最好的学习方法是向律师询问或在提交时尝试。