xcode - How do I inspect network traffic on a react native app on iOS? -
i'm using latest react native (0.18 @ time of writing) , inspect network requests ios simulator makes. using latest xcode "instruments" this:
. same error on both 10.11 , 10.10 machines, both using latest xcode.
i've tried using charles, it's unable intercept traffic. wireshark able see it, data i'm after ssl based, cannot access it.
as webdeveloper, ideally i'd inspect network traffic in chrome debugger, understand cannot possible in kind of environment, looking @ raw packet data not userfriendly enough debugging purposes.
who knows of solution this?
turns out using charles option.
just set ssl certificates: > ssl proxying > install charles root certificate in ios simulators) in charles , happy!
Comments
Post a Comment