I'm trying to capture network calls in a flutter app using this specific configuration described here but without any success. https://docs.telerik.com/fiddler-everywhere/get-started/mobile-traffic/configure-android by adding below the application tag in AndroidManifest.xml. I am also using apktool to decode/encode the resources of apk , make the changes and then using apk-signer to sign again the app.
<application android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="androidx.core.app.CoreComponentFactory"android:icon="@mipmap/ic_launcher" android:label="Test_pp" android:name="io.flutter.app.FlutterApplication">
I have also tried Http toolkit but no luck.
2.1m questions
2.1m answers
60 comments
57.0k users