I am trying to run untended execution on iOS real device, but every day iOS throw up some or the other system dialog, either related to iCloud, backup, password or upgrade etc..etc..and then appium instrumentation fails, I am tired chasing these dialog. Is there a solution to this issue, otherwise looks like Appium is useless, if we have to manually dismiss the dialogs while executing automation test case.
I did try autoacceptalerts but it's only good for the test app not system alert.