How can I upload the native app from a cloud storage instead of local in app automation?

How can I upload the native app from a cloud storage instead of local in app automation?

Hi Ian!

You can upload your native apps from cloud using the the app URL.

Below is the cURL request to upload apps via cloud -

curl -u "LT_USERNAME:LT_ACCESS_KEY" --location --request POST "https://manual-api.lambdatest.com/app/upload/realDevice" --header "Content-Type: application/x-www-form-urlencoded" --data-urlencode "url=:https://prod-mobile-artefacts.lambdatest.com/assets/docs/proverbial_android.apk" --data-urlencode "name=Proverbial_App"

Then you can simply pass the App URL in the desired capabilities.