Install App
install_appInstall a built iOS or Android app onto a booted simulator or emulator using platform-specific commands.
Instructions
Install a built app onto a booted simulator/emulator. iOS uses xcrun simctl install; Android uses adb install -r. Returns the resolved bundle id (iOS) when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appPath | Yes | Absolute path to the .app bundle (iOS) or .apk file (Android) to install | |
| platform | Yes | Target mobile platform | |
| deviceUdid | Yes | Target device UDID (from list_devices) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | Yes | ||
| passed | Yes | Whether install succeeded | |
| bundleId | No | iOS only: bundle identifier extracted from the .app (best-effort). | |
| platform | Yes | ||
| deviceUdid | Yes | ||
| durationMs | Yes |