I am using SecItemCopyMatching to fetch a keychain item protected by Touch ID.
SecItemCopyMatching
However, if Touch ID unlocking fails (or the user selects \"Enter Passcod
There is no way to disable fallback mechanism using passcode in Keychain TouchID integration. Use LocalAuthentication instead (But LocalAuthentication just provides a TouchID auth UI though not related to the Keychain).