How do you monitor network traffic on the iPhone? [closed]
A man-in-the-middle proxy, like suggested by other answers, is a good solution if you only want to see HTTP/HTTPS traffic. The best solution for packet sniffing (though it only works for actual iOS devices, not the simulator) I’ve found is to use rvictl. This blog post has a nice writeup. Basically you do: rvictl -s … Read more