You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should note somewhere that the device needs to be unlocked in order to start an app. This is true for the frida method to start apps as well as the open method, which fails with:
Couldn't open application: <bundle id>. Reason: 3, device locked
This caused the example script to fail for me sometimes, because the device would go into standby while it was running. We should also recommend to turn that off (or do it ourselves?).
The text was updated successfully, but these errors were encountered:
zner0L
changed the title
iOS: Starting apps fails of the device is locked
iOS: Starting apps fails if the device is locked
Jun 6, 2023
We should note somewhere that the device needs to be unlocked in order to start an app. This is true for the
frida
method to start apps as well as theopen
method, which fails with:This caused the example script to fail for me sometimes, because the device would go into standby while it was running. We should also recommend to turn that off (or do it ourselves?).
The text was updated successfully, but these errors were encountered: