Skip to content

Sample app showcasing the integration of the Onfido SDK on an Ionic app

Notifications You must be signed in to change notification settings

tony11375/onfido-sdk-ionic-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

onfido-sdk-ionic-sample-app

Sample app showcasing the integration of the Onfido SDK on an Ionic app

This project consists of 2 modules:

  • onfidoSampleApp contains the sample app code
  • cordova-plugin-template contains the Cordova plugin that wraps the Onfido Android SDK. Based on this template

How to run:

Install the project, link the plugin to the sample app and add android platform

cd onfidoSampleApp
npm install
cordova plugin add --link ../cordova-plugin-template
cordova platform add android

Edit for adding the SDK dependency (According to the Android SDK Documentation):

platforms/android/app/build.gradle
repositories {
	maven {
		url  "https://dl.bintray.com/onfido/maven"
	}
}

dependencies {
	compile 'com.onfido.sdk.capture:onfido-capture-sdk:+'
}

Build and start the app

ionic cordova build android
cordova emulate android

TODO:

  • Complete the e2e integration between the Ionic application and the Cordova plugin, with callbacks to the application.

About

Sample app showcasing the integration of the Onfido SDK on an Ionic app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 25.8%
  • CSS 25.1%
  • HTML 16.8%
  • TypeScript 16.6%
  • Objective-C 9.3%
  • JavaScript 6.4%