Can Touch ID be used to allow many people to use the same iPhone?

老子叫甜甜 提交于 2019-12-11 07:59:59

问题


I have a requirement where the same iPhone is shared among a small set of people.

Is there an iOS API that allows me to determine who unlocked the phone, so that I can create a user-specific display of my application?


回答1:


Nope, can't be done. All you know is that the Touch ID succeeded or not.

Keep in mind that an iOS device with Touch ID has no concept of a user. You can simply register several different finger prints. None are tied to a specific person.



来源:https://stackoverflow.com/questions/32997460/can-touch-id-be-used-to-allow-many-people-to-use-the-same-iphone

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