This is a short tutorial/code snippet on how to successfully implement Touch ID in your app.
Thanks to @Semen Matusovskiy for his code.
You need this OBJC Code
#IF OBJC
#import <LocalAuthentication/LocalAuthentication.h>
- (void) authenticateButtonTapped
{
__result = -1;
LAContext...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.