Closed DavidShochet closed 1 year ago
A .Net MAUI app basically consists of a single activity (MainActiviy) with all the .Net MAUI framework stuff and navigation on top, but Firebase is build for native android (and iOS) apps, that are using multiple activities. These multiple activities are getting tracked automatically in native android apps, but since there is only a single MainActivity in your .Net MAUI app the automatic screen tracking only tracks this single activity. As a workaround you'll need to track the screens yourself with custom analytic events.
It seems like Pages and Screens is a natural place to report visiting my mobile app screens by the users. Currently, I see there information that does not seem to be very useful:
If I change the filter criteria to have my report by Page Title and Screen Name, I get
I read the following:
I cannot figure out if/how the screen name can be supplied. Does your package support this?