app_launch
Launch an installed app on a simulator by providing a bundle ID and device UDID. Optionally attach console output and pass launch arguments.
Instructions
Launch an installed app on a simulator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Launch arguments | |
| timeout | No | When consolePty is true, duration in seconds to capture console output before stopping (default: 30) | |
| bundleId | Yes | App bundle identifier | |
| deviceId | Yes | Simulator UDID | |
| consolePty | No | Attach console output |