Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.07 KB

File metadata and controls

39 lines (23 loc) · 1.07 KB

FaceID-Biometric-

Face/Touch ID

Use FaceID-Biometric to lock/unlock your app feature with biometric authorities. You can implement this functioanity by using two line of code.

Clone

To run the FaceID-Biometric project, clone the repo, and run the project.
  OR
Manually -> Copy the folder named "Biometric" and paste to your codes target directory.

How to use

Step 1 : Integrate the files to your project

Step 2 : Check either biometric enrolled in current device or not using below method

BiometricManager.checkBiometricType()

Step 3 : Authenticate the user with below method

BiometricManager.shared.authenticateUser()

Requirements

  • Xcode 14 to onwards
  • iOS 16,*
  • iPad OS 16,*
  • Swift 5.0

Author

raman43mann, rjmann43@gmail.com , Linkedin : https://www.linkedin.com/in/raman-mann-957201154

License

FaceID-Biometric is available under the MIT license. See the LICENSE file for more info.