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.
How do I comply with Google Play Families Policies using Firebase Analytics? - Stack Overflow
与本文相关的文章
评论列表(0)
- 暂无评论