I'm trying to do test automation but I get the below error

Error Failed to create session. LT01JQSDN549HV1DG3Y8Z8KZRNF0: Invalid test parameters: [APP_OS_MISMATCH] The app_id lt://APP1016060381743534074030156 specified in the ‘app’ params doesn’t match the selected Platform. Please specify a valid app_id for the specified platform. I’ve been trying to do this for days. I need help.

I also get this, over and over in the console. WARN webdriver: WebDriverError: LT01JQSN83NMP03D4ZYQR56NWSR3: Oops! We are unable to process your test at the moment. Please try again after sometime. when running “http://mobile-hub.lambdatest.com/wd/hub/session” with method “POST” and args “{“capabilities”:{“alwaysMatch”:{“w3c”:true,“platformName”:“iOS”,“deviceName”:“iPhone 11 pro”,“platformVersion”:“14.5”,“name”:“iOS 14.5”,“app”:“lt://APP1016060381743534074030156”},“firstMatch”:[{}]}}”

Hi @jcantunewrelic this usually happens when the selected App ID was not matched for the platform declared on the capabilities For example, the app is for Android, but the platform or device specified is iOS. (or vice versa) Just make sure you assign the app for the matching OS.