Biometric Demo Delphi 12.3 not working
After building with Biometric, authentication works, but the result is not returned. In Android logcat, the onAuthenticationSucceeded message is displayed, but the success or failure result is not returned.
This demo is fairly outdated, as Delphi 12.3 has built-in support for Biometric authentication. I suggest trying that.
In Delphi 12.3, using Biometric causes the app to crash. Also, the sample projects that were previously included by default have been removed in 12.3. That’s why I wanted to use Kastri.
What version of Android is on the device you are testing with?
- Galaxy S9+ (Android 10)
- Galaxy Note20 Ultra (Android 13)
The built-in support should be working for Android 10+. I need to build a demo to verify that it still works in 12.3, so stay tuned.
Thank you for your dedication. I’ll be looking forward to it.
I've added a demo to the HowTo repository, here. If using TBiometricAuth in your own project, please ensure that you read the readme, as it has information about project configuration.