This is a Cordova Plugin for using Touch ID sensor equipped with iPhone 5s. You need to build with iOS 8 SDK or the compile will fail.
Install with cordova plugin
or plugman
command. The JavaScript module will be injected automatically.
$ cordova plugin add http://github.com/monaca-plugins/io.monaca.touchid
monaca.touchid.auth(successCallback, failCallback, message);
Displays Touch ID authentication screen, and ask for user fingerprint.
You can see the sample app from the following GitHub repo.
https://github.com/monaca-plugins/samples/
Described in our blog post. See the post here.
Copyright by Monaca. Distributed under Apache 2.0 License.