I'm trying to see what does an app send between my device and app's servers using mitmproxy, but mitmproxy gets detected (requests throw errors, app shows "No Internet Connection" error).
I tried two setups:
- AVD
- Proxy set in the AVD settings
- mitmproxy cert put into
/system/etc/security/cacerts
and - Real device
- Proxy set in WiFi settings
- mitmproxy cert put into
/system/etc/security/cacerts
, both of them failed. Other apps work fine.