I don't know somehow my app is getting closed due to the appium settings screen showing up after a certain step

Hey, I don’t know somehow my app is getting closed due to the appium settings screen showing up after a certain step, could you please help me how to reload my app on the device?

Hi Toby,

Yes, in order to bypass this issue you use the below command it will help you to achieve the same: driver.launchApp();

For more reference, you can look into the link: https://appium.io/docs/en/commands/device/app/launch-app/