最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How do I comply with Google Play Families Policies using Firebase Analytics? - Stack Overflow

programmeradmin5浏览0评论

I want my app to be played by both kids and adults in Google Play Games. I have created a neutral age screen. In compliance with the family app policy, I do not understand how to indicate in the Firebase Analytics SDK that the current user has indicated the age of a child. It turns out that the only way is to completely disable analytics using the SetAnalyticsCollectionEnabled(false) method like this ;hl=ru. But according to the documentation, this method completely disables all analytics. I want to disable personal data analytics, but leave my app analytics. What level do users reach, how long does it take, etc. But why is there no way to manually disable the collection of personal data by indicating that the user is a child? Or maybe Firebase does it automatically? I did not find information on this.

发布评论

评论列表(0)

  1. 暂无评论