I want to upload the release version of my App (app center) in LambdaTest. How can I do that?

I want to upload the release version of my App (app center) in LambdaTest. How can I do that?

Hi Devan,

To upload the release version of your app to LambdaTest, you can use the following API command:

curl -u "<username>:<access_key>" \
-X POST "https://manual-api.lambdatest.com/app/upload/realDevice" \
-F "url=<download_url>" \
-F "name=<app_name>"

For detailed instructions, you can refer to this guide: Upload the Release Version of an App on LambdaTest.