⚠️ Important: This module is still under development and will be released with Titanium SDK 6.3.0 and the release of the iPhone X. Feel free to try it out early, but please do not consider using it in production, yet!
The Ti.Identity module allows you to use Fingerprint authentication, Keychain Access and Face authentication (iOS) with Axway Titanium.
- Titanium Mobile 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 ti build -p ios --build-only
from theios
directory - Android:
appc ti build -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!