- query[(__bridge __strong id)kSecUseNoAuthenticationUI] = (__bridge id)kCFBooleanTrue;
+ query[(__bridge __strong id)kSecUseAuthenticationUI] = (__bridge id)kSecUseAuthenticationUIFail;
'kSecUseNoAuthenticationUI' is deprecated: first deprecated in iOS 9.0 - Use kSecUseAuthenticationUI instead.
June 29, 2021
This is a very old warning found in some old versions of some old libraries.
I just copy the link of of what it should a fix should look like: AWSUICKeyChainStore fix
0 comments :
Post a Comment