mobile_install_app
Install mobile applications on iOS or Android devices by specifying the device identifier and app file path, supporting .apk, .ipa, and .app formats for automated deployment.
Instructions
Install an app on mobile device
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. | |
| path | Yes | The path to the app file to install. For iOS simulators, provide a .zip file or a .app directory. For Android provide an .apk file. For iOS real devices provide an .ipa file |