Install the app on phone

Hi

we want to install the latest build on our phone daily on both ios and android. In ios, i know we have to import the application in the appium studio first for it to run the application on phone.

Is there any way to autoupdate the app on the phones daily?

Yes, just place the path to your iOS app in the app capability

dc.setCapability("app",<PATH_TO_APP>);