rushisangani / BiometricAuthentication

Use Apple FaceID or TouchID authentication in your app using BiometricAuthentication.
MIT License
831 stars 110 forks source link

Do you support Swift 4? #29

Closed zhouhao27 closed 5 years ago

zhouhao27 commented 5 years ago

Got the following error message:

/Authentication/BioMetricAuthenticator.swift:70:138: Use of undeclared type 'Result'

Do you have code for Swift 4?

rushisangani commented 5 years ago

@zhouhao27 thanks for using this library.

You can install the older version of this library with swift 4. pod 'BiometricAuthentication', '~> 2.2'

rushisangani commented 5 years ago

@zhouhao27 Did that work?

zhouhao27 commented 5 years ago

Yes. It works. Thanks.

Actually I'm seeking some fingerprint recognition solution because Apple's solution doesn't allow to save user id with its corresponding fingerprint.