Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I access iPhone passcode in my application

Tags:

objective-c

I am making an application which needs me to check if the simple passcode option for the iPhone device is set to ON/OFF and further if the passcode is set or not. Is there any way to find it out.

Thanx in advance.

like image 311
iOS Monster Avatar asked Feb 13 '26 16:02

iOS Monster


1 Answers

Absolutely not, there is no way to check if the passcode has been set on a device, and/or retrieve the passcode itself.

Don't you think this might be a tad intrusive? I think so.

like image 148
Jacob Relkin Avatar answered Feb 15 '26 05:02

Jacob Relkin