Today I am going to write about implementing and using Touch ID authentication
in an iOS app. Touch ID authentication API was introduced in iOS 8 release. It
is a part of LocalAuthentication framework. The code to include it in your app
spans only few lines and easy to integrate.