launch
Launch an installed iOS app in a simulator by specifying its bundle ID. Returns the process ID of the launched app.
Instructions
Launch an installed app by bundle id. Returns the launch output (pid).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_id | Yes | ||
| udid | No | Target simulator UDID. Defaults to the booted sim. |