kishikawakatsumi / UICKeyChainStore

UICKeyChainStore is a simple wrapper for Keychain on iOS, watchOS, tvOS and macOS. Makes using Keychain APIs as easy as NSUserDefaults.
http://kishikawakatsumi.com
MIT License
3.08k stars 383 forks source link

Add useAuthenticationUI property that can be failed without prompting… #159

Closed kishikawakatsumi closed 6 years ago

kishikawakatsumi commented 6 years ago

If set useAuthenticationUI to YES, stringForKey:, dataForKey: and contains fails silently if the items are protected by touch ID.

nikolaykasyanov commented 6 years ago

Hi, is there any chance to get a new release with this change tagged? Thanks in advance.