Documentation Index
Fetch the complete documentation index at: https://docs.rockxy.io/llms.txt
Use this file to discover all available pages before exploring further.
Mobile App Network Debugging
Mobile debugging is where a desktop proxy debugger proves its value quickly. App traffic often depends on device state, platform TLS behavior, and real network paths that are hard to reproduce elsewhere.Recommended mobile workflow
- configure the device or simulator to use Rockxy,
- verify certificate trust,
- trigger one known request,
- inspect it in Rockxy,
- replay or modify it if needed,
- save a session or export HAR once you have a stable repro.
Why replay and rules matter here
Mobile issues are often expensive to reproduce manually. Once the app emits the request, Rockxy lets you:- replay it without repeating the full UI path,
- pause it with a breakpoint,
- return a local response,
- or redirect it to another environment.
Where to start by target
Related pages
Traffic Rules
Modify mobile traffic once capture is stable.
Device Setup Issues
Troubleshoot platform-specific capture failures.
