How can I keep the Custom App URL same after uploading the new build for the same app?

How can I keep the Custom App URL same after uploading the new build for the same app?

Hi Richard!

To keep the Custom App URL same even after uploading the new build for the same app, you can use the below cURL request -

curl --location --request POST "https://manual-api.lambdatest.com/app/upload/realDevice" -u "username:access" --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=teest" --data-urlencode "custom_id=my_app"