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: enter image description here . 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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -