Hi,
I have implemented firebase.analytics sdk 8.6.1 with unity 2020.
I have added -FIRDebugEnabled in xcode and the problem is that the custom events i have implemented are not showing only the defalut event i-e
1-screen_view
2-user_engagement
are showing.
the events i implemented the way are
FirebaseAnalytics.LogEvent(“Test_New_Game”,“Test_New_Game”, 0);
the custom events are not showing in debug view and after 2 days after in dasgboard firebase
2 Answers
2Hi @msafyanali123,
Did you find any solutions because i also encountering this issue: the first_open event i can see but not my custom events on iOS.
Greetings,
Mark
yes i find
link framework statically

How did you end up linking it? Was it just the Firebase libs?
– jbassking