Flutter FirebaseAnalytics returns error while ios build
I am trying to use Firebase Analytics in my flutter project. I added it in pubspec.yaml file (firebase_analytics: ^11.3.6
).
Firebase Analytics show data from more countries than my app is available in
I have a Flutter app that is currently available only in 15 countries. I’m using Firebase for analytics, but when I check the demographics, it shows users from more than 64 countries.
What could be the factors? How can I ensure the accuracy of the country-specific data in Firebase Analytics?
Flutter Firebase Analytics Android: Network upload failed (java.net.ConnectException)
I’m facing an issue with Firebase Analytics event logging in my Flutter app on Android (works well on iOS). Events are not being logged, and I’m encountering the following error message in adb logcat:
Flutter Firebase analytics doesn’t log events on Android
Flutter Firebase Analytics not logging events on Android and device doesn’t show up on DebugView but works fine on iOS.