launch_app
Launch an iOS or Android app using its bundle ID or package name. Optionally terminate the app first if already running.
Instructions
Launch an app by iOS bundle id or Android package name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Bundle id (com.example.App) or package name (com.example.app) | |
| device | No | Device id from list_devices. Optional when exactly one device is booted. | |
| relaunch | No | Terminate first if already running |