sim_launch_app
Launch an iOS app on a booted simulator using its bundle ID and get the process ID. Optionally terminate existing instance before launch.
Instructions
Launch an app by bundle ID on a booted simulator. Returns the process ID (PID) of the launched app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_id | Yes | App bundle identifier (e.g., 'com.example.MyApp') | |
| device | No | Device UDID, name, or 'booted' | booted |
| terminate_existing | No | Kill existing instance before launching (default: true) |