Any finger scanning sample tutorial iPhone sdk

后端 未结 2 1441
萌比男神i
萌比男神i 2021-01-25 10:58

I have been seeing many apps on appstore concerning finger scan. I would like to get a tutorial how it works or if any free/paid sdk available. The goal behind is to use finger

相关标签:
2条回答
  • 2021-01-25 11:16

    All of these apps are just for entertainment. None of them is actually scanning your finger, the screen isn't that good. I think that they do it by adding some gesture recognizer and waiting for a tap. And then one of many random fingerprints will just appear on the screen. If you check it a few times you will see that your finger will have different fingerprints.

    So don't even try to use that for authentication. As an option: remember username/password in NSUserDefaults and connect immediately with it when the app Launches

    0 讨论(0)
  • 2021-01-25 11:33

    It is not possible. You can't get the user fingerprint through the iPhone screen.

    In fact, the apps you mentioned are fake (and even scams if they try to make users believe they can indeed scan their fingerprint).

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