This repository provides a pre-built UI that uses the ComplyCube SDK. It guides you through the ComplyCube identity verification process, which includes collecting client ID documents, proof of address documents, and biometric selfies.
ℹ️ Please get in touch with your Account Manager or support to get access to our Mobile SDK.
- Modify the
.npmrc
file in your home directory by adding the settings below:
ℹ️ For users of Unix-based systems, the file is located at
~/.npmrc
. For Windows users, this file can be found atC:\Users\{username}\.npmrc
.
@complycube:registry=https://complycuberepo.jfrog.io/artifactory/api/npm/cc-cordova-release-npm-local/
//complycuberepo.jfrog.io/artifactory/api/npm/cc-cordova-release-npm-local/:_password=<PASSWORD>
//complycuberepo.jfrog.io/artifactory/api/npm/cc-cordova-release-npm-local/:username=<EMAIL>
//complycuberepo.jfrog.io/artifactory/api/npm/cc-cordova-release-npm-local/:email=<EMAIL>
//complycuberepo.jfrog.io/artifactory/api/npm/cc-cordova-release-npm-local/:always-auth=true
-
Before using the ComplyCube SDK, install the CocoaPods Artifactory plugin by running the following command in your terminal:
gem install cocoapods-art
-
To add the library, copy your repository credentials into a
.netrc
file to your home directory and setup the repository:pod repo-art add cc-cocoapods-release-local "https://complycuberepo.jfrog.io/artifactory/api/pods/cc-cocoapods-release-local"
- In the
android/gradle.properties
file, replaceARTIFACTORY_USER
andARTIFACTORY_PASSWORD
with your JFrog Username and the encrypted JFrog Password.
-
In the
www/js/index.js
file, replaceCLIENT_ID
andCLIENT_TOKEN
with the generated values from the previous steps. -
Run the Android app:
cordova run android
-
Run the iOS app:
cordova run ios
For detailed instructions on integrating our SDK, please refer to our integration guide.
For an overview of our core platform and its multiple features, please refer to our user guide or browse the API reference for fine-grained documentation of all our services.