Since the App ID will change every time, how can I keep it the same for my dev apps?

Since the App ID will change every time, how can I keep it the same for my dev apps?

Hi Dipen!

To keep the App ID same for your dev apps, you can use Custom App ID.

The syntax for defining the Custom App ID is given below -

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"'```