DelphiWorlds
DelphiWorlds
Too early in the morning. I've just realised the iOS part would not work anyway. I'll come up with something else, like this: ```delphi for LSourceFileName in TDirectory.GetFiles(LSourcePath, '*.*', TSearchOption.soTopDirectoryOnly)...
First glance: awesome, work! I've started on the review..
This demo is fairly outdated, as Delphi 12.3 has [built-in support for Biometric authentication](https://docwiki.embarcadero.com/Libraries/Athens/en/FMX.BiometricAuth.TBiometricAuth). I suggest trying that.
What version of Android is on the device you are testing with?
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.
I've added a demo to the HowTo repository, [here](https://github.com/DelphiWorlds/HowTo/tree/main/Demos/BiometricAuth). If using `TBiometricAuth` in your own project, please ensure that you read the readme, as it has information about project configuration.
Please describe the problem you want to solve, including what version of Delphi you are using
I'm working on a more complete demo to add in to Kastri - I'll make sure this functionality makes it into it, thanks!
The docs need a complete revamp, I think.. Thanks for the heads up