Skip to main content

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.
  1. configure the device or simulator to use Rockxy,
  2. verify certificate trust,
  3. trigger one known request,
  4. inspect it in Rockxy,
  5. replay or modify it if needed,
  6. 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

Traffic Rules

Modify mobile traffic once capture is stable.

Device Setup Issues

Troubleshoot platform-specific capture failures.