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.09k stars 382 forks source link

kSecUseNoAuthenticationUI is deprecated in iOS 9.0 #120

Closed stpavicevic closed 8 years ago

stpavicevic commented 8 years ago

'kSecUseNoAuthenticationUI is deprecated: first deprecated in iOS 9.0 - Use kSecUseAuthenticationUI instead."

Could you please update your code? Thank you :)