UIDevice-PasscodeStatus
UIDevice-PasscodeStatus copied to clipboard
A UIDevice category to determine if the passcode is currently set on the device or not.
 Hey guys, Great tool. Not too familiar with it, but has the latest release been tested for memory leaks? I seem to...
When testing for passcode the second time and after we get this error... `: SecOSStatusWith error:[-25299] ` `errSecDuplicateItem = -25299, /* The specified item already exists in the keychain. */`
one of my users with iPhone 5S, iOS(8.3) **sometimes** find that passcodeStatus is not accurate, is there anything wrong? or what i need to be notice?
Returns `LNPasscodeStatusDisabled` when `SetItemAdd` returns `errSecAuthFailed`, as it seems to do in iOS 9.2.
I'm seeing crashes on iOS 8 and 9. It looks like it is in Apple's libraries that it is crashing. Specifically on this line ``` status = SecItemCopyMatching((__bridge CFDictionaryRef)query, NULL);...
Hi there, I checked the code and noticed that you are using "errSecDecode" to identify if device is locked, but while testing I always get "errSecInteractionNotAllowed" when device is locked....
iOS 8.1.2: I have Security.Framework added to my Today notification widget. Whenever I try to access passcodeStatusSupported and passcodeStatus from inside my widget, it always returns YES and LNPasscodeStatusEnabled regardless...