- Introduction
Authentication for iOS is a biometric authentication library for iOS. It uses the LocalAuthentication framework.
2. Components in the Demo and what they do
The Demo is very simple. It contains one button that calls the authentication process. As well as TMemo that confirms whether the authentication is successful or not and one TPanel with a checkbox inside. The Checkbox gives a choice of whether to use a biometric or any other authentication. The Main execution that uses the Authentication library is on the button click. When the onClick event is called the TAuthentication class is created with two status events for Success or Error. Also, there is a checkbox that checks whether it’s checked or not to define the right authentication. You can see the entire process in the code below:
[crayon-672aad6722b4d272230558/]If you want to see the Authentication Demo in action, please watch the next short video.
[crayon-672aad6722b57590878129/]The Demo can be downloaded here
With Rad Studio Native Ios App builder, you can use a library for authentication component in the component which supports the Delphi or C++ environments. Try the Product Demo here.