Connecting a Device
Step-by-step guide to connect the Desktop App to your mobile app.
Android Emulator
The SDK automatically resolves the host to 10.0.2.2. Just start your app and the Desktop App — they will connect automatically.
iOS Simulator
Connects to localhost:9333 automatically. No configuration needed.
Physical Device via USB
- Connect the device via USB
- Enable USB debugging (Android) or developer mode (iOS)
- Run
adb reverse tcp:9333 tcp:9333(Android) - Start the app and Desktop — connection will be automatic
Physical Device via Wi-Fi
- Ensure both devices are on the same network
- Set the
hostoption to your machine’s IP address - Start the app and Desktop