app_uninstall
Remove an app from an iOS simulator by providing the simulator UDID and app bundle identifier.
Instructions
Uninstalls an app from an iOS simulator by bundle ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | Simulator UDID | |
| bundleId | Yes | App bundle identifier to uninstall (e.g. com.example.MyApp) |