Authentication using ios keychain - touch id (is this possible) [duplicate]

一笑奈何 提交于 2019-12-02 18:46:12

问题


Instead of using the user object and password from ios keychain to authenticate in an app do developers have access to the user object's touchId. I do not want to store the fingerprint (and I know that apple will not allow this) I just want to authenticate using the fingerprint (touchid) that is encrypted on the hardware. I can't seem to find any subclasses or methods in the documentation that would allow me to perform the authentication using touchId rather than user and pass. Any insight would be great.

Thanks!


回答1:


No, (at the time of writing) developers have no access to the touch sensor or any information from it.




回答2:


It is possible only if you jailbreak.



来源:https://stackoverflow.com/questions/21802583/authentication-using-ios-keychain-touch-id-is-this-possible

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!