iOS SDK

Andia InApp validation SDK for iOS

Requirements

  • iOS 11.0

  • XCode 10

Download SDK & the example project

Download from this Github link

Using the SDK in a new Project

Unzip the file SelfieSDK.framework.zip (Selfie Framework)

Copy the file SelfieSDK.framework into your iOS project in XCode

Drag inside yours frameworks
Ensure that is inside Emdded Binaries
Also in Linked Frameworks

Import the Framework in your ViewController

How to use

Onboarding

They are 2 ways to onboard users:

1) Using an official ID with a picture or

2) Using LiveSelfies

In the first option, Andia makes a comparison of the photo ID against the Selfie that is taken during on-boarding.

In the second option, a Selfie is taken when the user is registered and their biometrics are saved for future validations.

Validations

In addition to onboarding, when users use their selfies for transaction or account authorizations, those selfies are then validated to confirm the user is in front of the device. This is an important step that protects against fraudulent selfies.

Selfie on-boarding

The first step is the creation of a unique identifer for the user. Andia SDK will create a userId that will be used in all future validations user Selfies.

To generate a userId on a new customer, Andia will do a on-boarding call to the SDK, with either one of the following options: Selfie or picture of an official ID.

Document on-boarding (Photo of an official ID)

Selfie Validation

To perform a Selfie Validation against a registered customer userID, we first need a registered customer. Then we can call on the SDK to perform a Selfie Validation.

Callbacks

The response from the SDK & On-boarding is through the implementation of the methods of LiveViewControllerDelegate protocol.

Last updated

Was this helpful?