Skip to content

Cordova

This is a Cordova-specific Face SDK installation guide. Before proceeding further, make sure you've read the Installation page and have selected the Core type to install.

Requirements

  • The latest stable version of Cordova
  • For iOS, the minimum target is iOS 11.0
  • For Android, the minimum Android API level is 21

Installation

The Face SDK is available on npm.

Run the following command to add the SDK to the project:

cordova plugin add @regulaforensics/cordova-plugin-face-api
cordova plugin add @regulaforensics/cordova-plugin-face-core-basic
cordova plugin add @regulaforensics/cordova-plugin-face-api
cordova plugin add @regulaforensics/cordova-plugin-face-core-match

Info

You can always use our demo application on GitHub.

Next Step