My app is somehow getting closed just after Appium settings popped up, I request your help here

Hi there, my app is somehow getting closed just after Appium settings popped up, I request your help here.

Hi Macy,

Yes, definitely, you can use the below Appium command in order to reload your app during the test:

driver.launchApp();

For reference please refer the link here: https://appium.io/docs/en/commands/device/app/launch-app/