Hey, just wanted to confirm do you guys support uploading app on Emulator/Simulator through the curl command?

Hey, just wanted to confirm do you guys support uploading app on Emulator/Simulator through the curl command if yes then can you please help me with the command?

Hey Brett,

Yes of course we do, you can use the below command to achieve the same.

Note: Do update the path for your file in the below command.

curl --location --request 
--header 'Authorization: Basic cewfw=' \
--form 'appFile=@"/Users/rt/Downloads/aarogya-setu-1-4-1-apk-1625379897037 (1).apk"' \
--form 'name="EventCentreSDKAndroidDemo"' \
--form 'product="app-testing"' \
--form 'type="emulator"'

Follow this post for more information: ‘https://manual-api.lambdatest.com/app/upload’ \