PacketPro is an iOS app for inspecting network traffic generated by apps directly on the device.
It allows viewing outbound HTTP/HTTPS requests in real time, including request URLs, headers, methods, status codes, and response bodies.
All inspection is performed locally on-device, without requiring a Mac proxy or jailbreak.
Beyond basic traffic capture, it provides multiple filtering and analysis tools:
- Multiple filters for hosts, domains, request methods, status codes, and content types
- Per-session organization, making it easier to isolate traffic from specific app interactions
- Ability to include or exclude requests dynamically while capturing traffic
- Search and quick filtering across captured sessions
For development and debugging workflows, it supports:
- Inspecting API request/response payloads during app development
- Verifying request headers, auth tokens, and parameter formatting
- Debugging unexpected network behavior or redundant requests
- Analyzing third-party SDK and analytics traffic
- Exporting captured traffic for further inspection or documentation
Some notable points:
- Fully on-device traffic inspection (no external server involved)
- Works with regular iOS apps
- Session-based request organization
- Multiple filtering options for focused analysis
- Export support for further analysis