I am looking for a way to sniff the network traffic generated by my Android app. The reason is because I want to check and send traffic statistics generated by a third party tracking the library that I use in my application.
Because of this, I cannot use tPacketCapture or similar words.
I do not have access to the http client of this tracking library, so I cannot intercept any request.
I already looked at VpnService , but I can not get the user to connect to the VPN every time he uses my application, of course.
So, I am looking for tips on how to do this in Android, if possible.
I found that there is this library, NetworkEye , which does exactly what I would like to do ... but for iOS.
android sniffing
Daniele vitali
source share