launch_app
Launch an iOS app on the simulator by bundle identifier. Specify target device UDID, pass environment variables, or terminate prior instances for a clean start.
Instructions
Launches an app on the iOS Simulator by bundle identifier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment variables to pass to simctl launch | |
| udid | No | Udid of target, can also be set with the IDB_UDID env var | |
| bundle_id | Yes | Bundle identifier of the app to launch (e.g., com.apple.mobilesafari) | |
| terminate_running | No | Terminate the app if it is already running before launching |