Install App
mobile_install_appInstalls an app package on a connected Android or iOS device. Provide the device identifier and file path to the .apk, .ipa, .zip, or .app file to complete installation.
Instructions
Install an app on mobile device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| device | Yes | The device identifier to use. Use mobile_list_available_devices to find which devices are available to you. |