install_app
Install app bundles (.app or .ipa files) on iOS Simulators to test applications in simulated environments.
Instructions
Installs an app bundle (.app or .ipa) on the iOS Simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | No | Udid of target, can also be set with the IDB_UDID env var | |
| app_path | Yes | Path to the app bundle (.app directory or .ipa file) to install |