Know which user logging into app depending on touchid in iOS

前端 未结 1 422
无人共我
无人共我 2020-12-21 17:29

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 us

相关标签:
1条回答
  • 2020-12-21 18:16

    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.

    0 讨论(0)
提交回复
热议问题