How we can prevent appium going on loop when we are installling an app on iOS deivce through uipath

Hi all,

i am trying to install the application on the iOS device through the Ui path using appium but we are facing an issue as there is a security pop-up coming on the screen to trust the application. If we are not handling that popup then the device is in connecting state on uipath (manual interaction is required to trust the application)and on appium server the device keeps getting in a loop Please check the logs.

How we can prevent appium going on loop when we are installing an app on an iOS device through Uipath. as manual interaction is required to trust the application.

Attaching the logs below.

Use apps signed with developer profile instead to avoid such popups

1 Like

Yes we are doing that but in case by mistake someone does how do we avoid it going in the loop??