Hey, I don't know how my app is somehow getting closed just after Appium settings pop up; this is blocking me from completing the test

Hey, I don’t know how my app is somehow getting closed just after Appium settings pop up; this is blocking me from completing the test. Can you please help me here?

Hey Charity-majors yes definitely,

You can use below Appium command in order to reload your app during the test:

driver.launchApp();

Here is reference link: https://appium.io/docs/en/commands/device/app/launch-app/