stop_app_device
Stop an app on an Apple device using its device UDID and process ID. Ideal for managing app processes during development or debugging on XcodeBuildMCP.
Instructions
Stops an app running on a physical Apple device (iPhone, iPad, Apple Watch, Apple TV, Apple Vision Pro). Requires deviceId and processId.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deviceId | Yes | UDID of the device (obtained from list_devices) | |
processId | Yes | Process ID (PID) of the app to stop |