Skip to content

Instantly share code, notes, and snippets.

@scheinem
Created September 16, 2013 09:13
Show Gist options
  • Save scheinem/6578328 to your computer and use it in GitHub Desktop.
Save scheinem/6578328 to your computer and use it in GitHub Desktop.
iOS TouchID API approach
if ([[UIDevice currentDevice] supportsTouchID]) {
[[UIDevice currentDevice] authenticateUsingTouchIDWithMessage:@"Authenticate to allow 'Hello World' to use the password you've entered at first launch" completionHandler:^(BOOL success){}];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment