UIDevice-PasscodeStatus icon indicating copy to clipboard operation
UIDevice-PasscodeStatus copied to clipboard

A UIDevice category to determine if the passcode is currently set on the device or not.

Results 7 UIDevice-PasscodeStatus issues
Sort by recently updated
recently updated
newest added

![screen shot 2016-07-07 at 3 09 15 pm](https://cloud.githubusercontent.com/assets/4771113/16643106/d3f714cc-4454-11e6-8a86-ad2d50703620.png) 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?

question

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...

bug