iOS Firebase Analytics : It seems that firebase analytics does not collect user auto-collection information

拟墨画扇 提交于 2020-04-30 10:23:27

问题


My app is currently using google analytics. And try to introduce firebase analytics.

We have included the AdSupport.framework in the project as described in the manual to automatically collect user attributes using idfa.

However, when the filter is applied in the firebase analytics dashboard console, it appears as if it is not collected.

How do I automatically collect user information?

Is it just collecting apps downloaded from the App Store?

my develop environment:

  • Xcode 9.4.1
  • Firebase (5.4.0)
  • FirebaseAnalytics (5.0.1)
  • GoogleAnalytics (3.17.0)

Screenshot of no filter

Screenshot of apply filter


回答1:


Are you trying to check for automatic event logging on firebase console when in debug mode? if so then you might need to look at the DebugView instead of StreamView.



来源:https://stackoverflow.com/questions/51316630/ios-firebase-analytics-it-seems-that-firebase-analytics-does-not-collect-user

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!