Settings

Theme

Show HN: Atlantis – Inspect Network Traffic from iOS app with 1 line of code

github.com

3 points by nghiatran_feels 5 years ago · 2 comments

Reader

nghiatran_feelsOP 5 years ago

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 single line of code [1].

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].

iOS folks don't have to manually config HTTP Proxy or Install Certificates anymore. It just works as soon as you start the Atlantis.

I believe that Atlantis would be a big pleasure for mobile developers during app debugging.

[1]: https://github.com/ProxymanApp/atlantis#how-to-use [2]: https://developer.apple.com/bonjour/

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection