Hi, I have currently built Atlantis, an Open Source - iOS framework that is capable of capture all network traffic from your iOS app and inspects the log on the Proxyman Mac app with a <i>single line of code</i> [1].<p>Behind the scene, Atlantis is written by Swift and does “Method Swizzling” to all URLSession and URLConnection functions, then sending the log to the Proxyman app for inspecting by Bonjour Service [2].<p>iOS folks don't have to manually config HTTP Proxy or Install Certificates anymore. It just works as soon as you start the Atlantis.<p>I believe that Atlantis would be a big pleasure for mobile developers during app debugging.<p>[1]: <a href="https://github.com/ProxymanApp/atlantis#how-to-use" rel="nofollow">https://github.com/ProxymanApp/atlantis#how-to-use</a>
[2]: <a href="https://developer.apple.com/bonjour/" rel="nofollow">https://developer.apple.com/bonjour/</a>