ios_install_app
Install .app bundles on iOS simulators for testing React Native applications, enabling developers to deploy apps directly to simulators during development cycles.
Instructions
Install an app bundle (.app) on an iOS simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appPath | Yes | Path to the .app bundle to install | |
| udid | No | Optional simulator UDID. Uses booted simulator if not specified. |