I have an application that I have distribute on google play store. Can I check the average network bandwidth data of the application collected from the user? Average KB/s the application usually use?
What I have check but I cannot find such a report
- Google Play Console
- Firebase Console Performance Monitoring (There are network request data but it is to detail per session per request)
So far I think I can utilize the Firebase data or doing some manual measurement on my device myself, but I think it is inefficient and not accurate enough.
Any idea where can I got report like that in google play console or firebase? Or any other SDK or solution I can use to get network bandwidth report?
For information I use flutter to develop the application.