Define Custom ID for Apps

You can now define a “custom _id” while uploading the app to LambdaTest cloud servers.

With the “custom_id”, you can run app automation on the same app.

Shown below is the cURL request with custom _id :point_down:

 curl --location --request POST 'https://manual-api.lambdatest.com/app/upload/realDevice' \ 
--header 'Authorization: Basic <Basic Auth Code>' \
--form 'name="\"lambda1\""' \
--form 'appFile=@"LambdaTest.apk"' \ 
--form 'custom_id="LambdaTest"'

Hi LambdaTest, if I upload app two times app with same custom_id, which app will be choosed? First one or second ? Will I always get latest app with same customID?

Hi @benjamin.dzanko based on your description of the scenario, we can confirm that what ever is the latest one that got uploaded, that’s what your test is going to choose.

please be mindful that we only keep apps on the platform for 60days so you should be able to re-upload your apps then accordingly.

Cheers!