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

LAStatus.SystemCancel does not return FingerprintAuthenticationResultStatus.Canceled #234

Open
thomasgalliker opened this issue Mar 16, 2023 · 2 comments

Comments

@thomasgalliker
Copy link

I experience a minor issue in following situation:

  1. Start the app on iOS
  2. Start a new local authentication process. Cover the FaceID camera with a finger so that no successful authentication is possible.
  3. While the FaceID dialog is active, lock the iPhone.
  4. NativeAuthenticateAsync tries to handle the returned "LAStatus.SystemCancel" (probably...) which is not mapped to any FingerprintAuthenticationResultStatus. GetResultFromError just returns UnknownError.

Proposed Solution:
Wouln't you better map SystemCancel to FingerprintAuthenticationResultStatus.Canceled?

Thank you for your feedback + thanks for this plugin. Kindly appreciated.

@smsissuechecker
Copy link

Hi @thomasgalliker,

I'm the friendly issue checker.
It seems like (100.00 %) you haven't used our issue template 😢 I think it is very frustrating for the repository owners, if you ignore them.

If you think it's fine to make an exception, just ignore this message.
But if you think it was a mistake to delete the template, please close the issue and create a new one.

Thanks!

@thomasgalliker
Copy link
Author

Issue template? I just tapped a line of code and selected "Create new issue from this line". There was no template displayed.🤷🏼‍♂️ I'm sorry. Hope it's still understandable.

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