ios_terminate_app
Terminate a running app on an iOS simulator by specifying its bundle ID, optionally targeting a specific simulator UDID or using the booted simulator.
Instructions
Terminate a running app on an iOS simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundleId | Yes | Bundle ID of the app to terminate | |
| udid | No | Optional simulator UDID. Uses booted simulator if not specified. |