Firebase iOS Debug Console not logging anything

后端 未结 9 1841
南旧
南旧 2021-01-01 21:25

I have setup firebase in both the console and in the app. Everything configures correctly, and events appear to be logging in the app.

Output to console:

<         


        
9条回答
  •  时光取名叫无心
    2021-01-01 22:29

    Now it doesn't matter much but still for the people who are getting errors on this issue. Debug mode of firebase analytics does not work sometimes due to issue in GoogleServices-Info.plist file Simply makes these 2 changes.

    1. Set IS_ANALYTICS_ENABLED to YES
    2. Set FIREBASE_ANALYTICS_COLLECTION_DEACTIVATE to NO

提交回复
热议问题