Hello,
When using parameter videoMode = “app” in the “devices” section of the config.json file (ios_remote_provider), if there is an alert being displayed on device when I start the provider, the alert is recognized and the provider tries to click on 'OK' button, however the click does not occur and the provider gets froze.
This is the alert

This is the log

devices at config.json

alerts messages configuration at default.json

Analyzing the code, I noticed that it is stopping at this line, in function StartBroadcastStream
https://github.com/nanoscopic/ios_remote_provider/blob/8fe86caf15dcdc96cf7bf8f7446cd6344680fcba/cfa.go#L809
Hello,
When using parameter videoMode = “app” in the “devices” section of the config.json file (ios_remote_provider), if there is an alert being displayed on device when I start the provider, the alert is recognized and the provider tries to click on 'OK' button, however the click does not occur and the provider gets froze.
This is the alert

This is the log

devices at config.json

alerts messages configuration at default.json

Analyzing the code, I noticed that it is stopping at this line, in function StartBroadcastStream
https://github.com/nanoscopic/ios_remote_provider/blob/8fe86caf15dcdc96cf7bf8f7446cd6344680fcba/cfa.go#L809