Plugin for Apache Cordova
Official Jumio Mobile SDK plugin for Apache Cordova
This plugin is compatible with version 4.13.0 of the Jumio SDK. If you have questions, please reach out to your Account Manager or contact Jumio Support.
Compatibility
With this release, we only ensure compatibility with the latest Cordova versions and plugins. At the time of this release, the following minimum versions are supported:
- Cordova: 12.0.0
- Cordova Android: 14.0.0
- Cordova iOS: 7.1.1
Recent Release
Setup
Create Cordova project and add our plugin, learn more.
cordova create MyProject com.my.project "MyProject"
cd MyProject
cordova platform add ios
cordova platform add android
cordova plugin add https://github.com/Jumio/mobile-cordova.git#v4.13.0
cd platforms/ios && pod install
Integration
iOS
Manual integration or dependency management via cocoapods possible, please see the official documentation of the Jumio Mobile SDK for iOS
NFC
Check out the NFC setup guide.
Digital Identity
Check out the Digital Identity setup guide.
Device Risk
To include Jumio's Device Risk functionality, you need to add pod Jumio/DeviceRisk to your Podfile.