Replies: 5 comments
-
GA always wants you to talk to them, so either find a library that does that, or use a MAUI.blazor project and you can do it in html like you always did |
Beta Was this translation helpful? Give feedback.
-
I feel that you should not have labeled this as a bug. The bug label clearly states that it is for when something isn't working. This is a feature request. The something doesn't exist yet. Furthermore such a feature will never be part of MAUI, for reasons which ought to be obvious. As such, you should rather look around which libraries already offer MAUI support. If none do, I think you have four options.
The same applies to your other question about Google Ads. |
Beta Was this translation helpful? Give feedback.
-
I'm working on a privacy-friendly analytics alternative to Google in case you're interested. It's solely focused on apps, with support for MAUI: https://aptabase.com/for-maui You can either self host or use the cloud version https://github.com/aptabase/aptabase fun fact: the backend is also in C# :) |
Beta Was this translation helpful? Give feedback.
-
We have the most recent Xamarin.Firebase packages that do target .NET6+ that can be use
So I would say that it should be implemented like it was for Xamarim.Forms |
Beta Was this translation helpful? Give feedback.
-
We're using these versions for Android if it helps
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
How is the process of making the implementation of Google Analytics in .Net MAUI?
We have working at implementing Firebase Analytics in our MAUI application, unfortunately the process has been a real pain about the target frameworks of .Net 6.0 and/or 7.0.
Does it has to be implemented like Xamarin Forms or it will be a package which contains support for all the platforms in one?
Steps to Reproduce
Link to public reproduction project repository
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
iOS and Android
Did you find any workaround?
Maybe implementing as Xamarin? Or stuck in Xamarin until the light gets on in any future oficial Nuget library for MAUI
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions