Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to auto-unlock IOS device protected via a passcode when connecting it to Xcode

Tags:

xcode

I have password pin on my iPhone and whenever I want to try my new build I have to manually unload the device. Is it possible to unlock device from Xcode automatically? Something like insert password pin into keychain. Thx for reply.

like image 902
Michal Jurník Avatar asked Jan 02 '14 14:01

Michal Jurník


1 Answers

There isn't anyway to do so, but you can prevent locking the device by the following trick:

  • Go to Home Screen ==> Settings
  • Open General
  • Tap Auto-Lock
  • Select Never

Also the another trick is the following:

  • Go to Home Screen ==> Settings
  • Open [Touch ID and] Passcode
  • Tap Require Password
  • Select a longer interval

The another way is to disable passcode on the device.

Important Note: Disable all this settings after developing is finished (for security).

Note: If your device is jailbroken, you can set this settings to enable when booting up the device. Search Cydia to find out more.

like image 115
Seyyed Parsa Neshaei Avatar answered Sep 21 '22 00:09

Seyyed Parsa Neshaei