Hi, I'm interested in using Google Analytics in a cross platform Xamarin.Forms app. Just wondering if anyone has done this successfully and has some pointers they would like to share.
Just for fun, I added the iOS Google Analytics component to the iOS app and it works fine, but of course the problem is that most of the analytics stuff I would want to call is form the Xamarin.Forms shared screens.
The option that springs to mind is to call the API directly from my own code, or use something like: https://github.com/maartenba/GoogleAnalyticsTracker but I suspect this would mean I would loose some of the goodness of the native component.
So anyway, thoughts/advice anyone?
Cheers,
Kym