This native module allows you to use Fingerprint authentication, Keychain Access and Face authentication (iOS) with Axway Titanium.
- Titanium SDK 6.2.0 or later
- iOS 8.0 or later
- Xcode 8 or later
- Use the Fingerprint sensor of your device to authenticate
- Use the Face detection API's of your device to authenticate (iOS 11+)
- Store, read, update and delete items with the native keychain
Please see the full-featured example in ios/example/app.js
and ios/example/app.js
.
- iOS:
appc run -p ios --build-only
from theios
directory - Android:
appc run -p android --build-only
from theandroid
directory
Note: Please do not use the (deprecated)
build.py
for iOS andant
for Android anymore. Those are unified in the above appc-cli these days.
Hans Knöchel, Axway
Apache 2.0
Code contributions are greatly appreciated, please submit a new pull request!