SecItemCopyMatching for Touch ID without passcode fallback

前端 未结 6 2098
抹茶落季
抹茶落季 2020-12-29 20:36

I am using SecItemCopyMatching to fetch a keychain item protected by Touch ID.

However, if Touch ID unlocking fails (or the user selects \"Enter Passcod

6条回答
  •  长发绾君心
    2020-12-29 21:08

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

提交回复
热议问题