TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby nghiatran_feelsover 4 years ago

1 comment

nghiatran_feelsover 4 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 <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&#x27;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:&#x2F;&#x2F;github.com&#x2F;ProxymanApp&#x2F;atlantis#how-to-use" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ProxymanApp&#x2F;atlantis#how-to-use</a> [2]: <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;bonjour&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;bonjour&#x2F;</a>
评论 #24988985 未加载