-
Notifications
You must be signed in to change notification settings - Fork 477
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
Android FingerprintManager not supported for API lower than 23 #65
Comments
Any ideas? Having the same problem |
Okey, I've got something. Just before authenticating try this
|
I think, in
this:
should become something like:
Correct me if i'm wrong... |
Fixed in #96 |
Hi @gazaret , are you sure your solution work? Because the solution i proposed is unstable... |
Hi @marcorm , yes it was unstable on api 23+. |
We now have some handling for this in 4.0.3 - please give it a shot and let us know by opening a new issue if the problem persists. |
I was testing the module on a couple of devices with respectively API level 21 and 17.
With both of the devices I could manage to install the signed release APK but the app would just crash saying "the app has stopped".
From the Logcat in Android Studio I managed to get a stacktrace with a
java.lang.RuntimeException: Could not invoke FingerprintAuth.isSupported
error.I then bumped into this SO answer which states that "FingerprintManager is supported in API 23 and Higher", which is confirmed here.
The same APK is working on a Nexus 5X with Android version 8, so API level should be 26.
Are there any known workarounds at the moment?
The text was updated successfully, but these errors were encountered: