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.
iOS Device Setup
Physical iOS devices always need an explicit setup path. The main tasks are:- route the device through Rockxy,
- install the certificate on the device,
- and enable trust in the device certificate settings.
What this setup is best for
- debugging API calls from a real device,
- reproducing app-only issues that do not happen in Simulator,
- validating traffic from device-specific SDK or networking behavior.
Core checklist
- Put the Mac and device on a reachable network path.
- Start Rockxy.
- Configure the device to use Rockxy as its proxy.
- install the certificate on the device,
- enable trust,
- relaunch the app and trigger traffic.
What often goes wrong
- the device cannot reach the Mac,
- the certificate is installed but not fully trusted,
- the app uses certificate pinning,
- or the device changes networks and the proxy path breaks.
Related pages
Android Device
Use the physical Android path when the target runs on a real device.
Device Setup Issues
Troubleshoot reachability, trust, and app-specific constraints.
