app_state
Check if an app is installed or running on an iOS simulator by providing its bundle ID and simulator UDID.
Instructions
Checks whether an app is installed and/or running on an iOS simulator. installed: exact bundle-id match against the parsed simctl listapps output; running: matches the launchctl UIKitApplication: label on a token boundary (no prefix false positives).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | Simulator UDID | |
| bundleId | Yes | App bundle identifier (e.g. com.example.MyApp) |