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

  1. Connect the device via USB
  2. Enable USB debugging (Android) or developer mode (iOS)
  3. Run adb reverse tcp:9333 tcp:9333 (Android)
  4. Start the app and Desktop — connection will be automatic

Physical Device via Wi-Fi

  1. Ensure both devices are on the same network
  2. Set the host option to your machine’s IP address
  3. Start the app and Desktop

Related