terminate_app
Terminate a running iOS app on a simulator by providing the simulator UDID and app bundle identifier. Stops the app process to reset its state or free resources.
Instructions
Terminate a running app on a simulator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | The UDID of the simulator | |
| bundleId | Yes | Bundle identifier of the app to terminate |