Basically, they can capture the HTTP/HTTPS Request/Response and view it in plain-text. You can think that it's a modern version of Charles Proxy and Fiddler.
To say thanks, I'd offer 40% OFF with this code HAPPY_LAUNCH_DAY. As soon as you have a macOS License, you can redeem it for Premium iOS.
Twitter: https://twitter.com/proxyman_app/status/1372476592140718082
It's an iOS app to help you directly capture and intercept HTTP/HTTPS Traffic from your iPhone/iPad with ease. It's suitable for any developers who would debug iOS without needing a computer. You can also share all traffic to Proxyman macOS via AirDrop for better previewing.
- Please join a beta in TestFlight (iOS 14+): https://testflight.apple.com/join/nQ69eb35 - How it works if you don't have any devices: https://www.youtube.com/watch?v=UpzpoTN8efM&feature=youtu.be - Twitter: https://twitter.com/proxyman_app/status/1357314980471656450
--
It's the first Beta Build, it might contain few bugs. I appreciate all feedback and bug reports.
I've recently built a Swift OSS - Atlantis[1] - which uses Method Swizzling[2] to automatically capture all traffic then transmitting it to the Proxyman [3] macOS app via Bonjour Server[4] for a later inspector.
Therefore, no need to mess up with HTTP Proxy or Certificate anymore. It just works.
Hopefully, it's easier to help folks debug your iOS app.
[1]: https://github.com/ProxymanApp/atlantis [2]: https://nshipster.com/method-swizzling/ [3]: https://github.com/ProxymanApp/Proxyman [4]: https://developer.apple.com/bonjour/