I am currently working with Appium and a range of mobile devices remotely (imagine a bunch of pcs/macs in a room offsite which I have remote access to with each device plugged in via usb cable). I can handle almost everything in Appium apart from it seems unlocking the device.
To get around this on android I followed the answers here and it worked great using the adb command line.
Is there a way to do the same kind of unlock for iOS?