Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BFTouchID error after ios10.0 #34

Closed
AbooJan opened this issue Nov 21, 2017 · 4 comments
Closed

BFTouchID error after ios10.0 #34

AbooJan opened this issue Nov 21, 2017 · 4 comments

Comments

@AbooJan
Copy link

AbooJan commented Nov 21, 2017

after iOS 10.0,when I call showTouchID function, it will callback systemCancel error first。

I set the breakpoint and see the error. when call context.evaluatePolicy , system will show the touchID alert, and then this function will callback systemCancel error first. After I auth the touchID, it callback success.

this error can not see in ios 9.0 。

some one know why

@FabrizioBrancati
Copy link
Owner

I'm sorry but I can't reproduce your bug.
Everything works fine on my iPhone X, even with Face ID.
Can you give me more details?

@AbooJan
Copy link
Author

AbooJan commented Dec 1, 2017

My device is iPhone 7. iOS 11.1.2

here is the step:

  1. call showTouchID function
  2. app show the touchID alert
  3. function callback systemCancel error
  4. My finger touch iPhone to verify touchID
  5. function callback success result

you will see the showTouchID function callback twice.
but my expectation is callback once

@FabrizioBrancati
Copy link
Owner

FabrizioBrancati commented Dec 25, 2017

I made a complete rewrite of the biometric auth with a new Struct BFBiometric.
Can you try the feature/biometric branch, please?

@AbooJan
Copy link
Author

AbooJan commented Dec 26, 2017

OK, it work, thanks!

@AbooJan AbooJan closed this as completed Dec 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants