Michal Jurník
Michal Jurník

Reputation: 830

How to auto-unlock IOS device protected via a passcode when connecting it to 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.

Upvotes: 14

Views: 6988

Answers (2)

Seyed Parsa Neshaei
Seyed Parsa Neshaei

Reputation: 3520

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.

Upvotes: 2

ChenYilong
ChenYilong

Reputation: 8673

As far as I know this is not possible without jailbreak.

Fix Radar or GTFO!

The only way is to report the bug to Apple Bug Reporter System ,

and then report to here openradar so we can see the bugs list at there.

You can see the same Radar at here: Fix Radar or GTFO

If you are Chinese🇨🇳 ,you can read Apple Bug Reporter System

Upvotes: 0

Related Questions