-
Notifications
You must be signed in to change notification settings - Fork 119
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
How do you use biometric sensors? #216
Comments
Hi @JoseCarlosBran, I'm the friendly issue checker. If you think it's fine to make an exception, just ignore this message. Thanks! |
The mobile OS don't give you control over the fingerprints directly, because it's very sensitive data. This information is usually stored in a secured hardware enclave. So I think even the OS can't read this data. Only write and delete. |
Maybe It would be interesting to create a discussion section so people can ask away their questions don't you think? 🙂 |
done. |
Sorry for the interruption, I have a question that hasn't let me sleep, I don't need to authenticate the user, I just want to be able to obtain the fingerprint through the sensor.
I have tried to do it, but I have not been able to fully understand how to access it, from what I understood, android only exposes the authentication services and the fingerprint information is handled in the exclusion zone.
My question is, do you have any ideas on how I can get the fingerprint of the user so I can use it later?
If you don't have an answer to my previous question, can you explain to me in broad terms how you handle user authentication? Do you only use android services or can you control the sensor directly with your plugin?
The text was updated successfully, but these errors were encountered: