Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
179 views
in Technique[技术] by (71.8m points)

android - Can't capture and inspect network calls in flutter application

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.

question from:https://stackoverflow.com/questions/66049361/cant-capture-and-inspect-network-calls-in-flutter-application

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...