app_launch
Launch an app on an iOS simulator using its bundle identifier. Specify the simulator UDID and app bundle ID.
Instructions
Launches an app on an iOS simulator by bundle ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | Simulator UDID | |
| bundleId | Yes | App bundle identifier (e.g. com.example.MyApp) |