With the latest version of Xamarin Forms, the Firebase Analytics packages no longer build and events no longer fire. I get dozens of linker errors now that I did not before. I have tried downgrading versions but to no success.
Is anyone using Xamarin.Firebase.Analytics and Xamarin.Firebase.iOS.Analytics with the latest versions of Xamarin Forms?
I have been following these two tutorials:
https://www.youtube.com/watch?v=sj4Kx-iOb6w
https://www.thewissen.io/using-firebase-analytics-in-your-xamarin-forms-app/
Are there better, more up-to-date tutorials somewhere?
What packages and what versions have you gotten working for Android and iOS?
I am using:
Xamarin.Forms 4.8.0.1821
iOS
- Xamarin.Firebase.iOS.Analytics 6.9
- Xamarin.Firebase.iOS.Core 6.10.4
Android
- Xamarin.Firebase.Android 118.0
- Xamarin.FireBase.Analytics.Impl 116.3
- Plugin.CurrentActivity 2.1.0.4
Our goal is to get the basic Google Analytics app implementation with a few custom events. Nothing super fancy.