Cordova aai-ios-liveness-detection-plugin(v2.0.7)

Download SDK

See this part to get SDK download link.

Installation

  1. Add local plugin to your project:

    If you get error like "CordovaError: Could not determine package name from output", try using a lower version of npm(e.g. nvm install 14.19.0).

  2. Add camera and motion sensor (gyroscope) usage description in Info.plist as bellow. Ignore this step if you have added those.

Usage

Change logs and release history

v2.0.7 Download

  1. Sync native SDK.

v2.0.6 Download

  1. Sync native SDK.

v2.0.5 Download

  1. Sync native SDK.

v2.0.4 Download

  1. Sync native SDK.
  2. Add methods setPlayPromptAudio and setShowAnimationImgs.

v2.0.3 Download

  1. Sync native SDK.

v2.0.2 Download

  1. Sync native SDK.
  2. Add methods setDetectionLevel, setRoundBoderColor, setEllipseLineColor.

v1.3.4 Download

  1. Sync native SDK.

v1.3.3 Download

  1. Optimizing the capture of face image.
  2. Support closed eye detection.
  3. Add localized string "pls_open_eye".
  4. Fix EXC_BAD_ACCESS bug that could occur in some cases.
  5. Fix the global service bug.
  6. Compressed images of AAIImgs.bundle.

v1.2.9 Download

  1. Add methods setActionTimeoutInterval, setPrepareTimeoutInterval, setLanguage.
  2. Update Resource.

v1.2.8 Download

  1. Upgrade network module.
  2. Set the SDK view to be displayed in full screen.

v1.2.7 Download

  1. Updated license check feature.

v1.2.6 Download

  1. Set the width of the image output by the SDK from 300 to 600.

v1.2.5 Download

  1. Refacored AAILivenessViewController.
  2. Fix EXC_BAD_ACCESS bug that could occur in some cases.
  3. Add other market enum values.

v1.2.1 Download

  1. Fix the bug that img of AAILivenessResult may be nil when the onDetectionComplete: method is called.

v1.2.0 Download

  1. Support to initialize SDK with license.
  2. Support face occlusion detection(only in the preparation phase, not in the action detection phase), this feature is off by default, you can turn it on if needed.
  3. Support Mexico,Malaysia,Pakistan,Nigeria,Colombia.
  4. Added the AAIModel.bundle resource.