Know which user logging into app depending on touchid in iOS

回眸只為那壹抹淺笑 提交于 2019-11-28 10:21:18

问题


In my app I am trying to detect which user is trying to log in using touchId. Is there any mechanism which can help me distinguish between users depending on touch Ids of users.


回答1:


I assume that you are only assuming 1 one user per device since touch id isn't really setup for multiple users on a single device.

Since you already know which device your app is running on there would be no need to get this information from TouchID.



来源:https://stackoverflow.com/questions/34613951/know-which-user-logging-into-app-depending-on-touchid-in-ios

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