Biometrid IOS SDK
2.5.5
2.5.5
  • Introduction
  • Standard SDK
    • Prerequisites
    • Requirements
    • Initialization
    • Enums
    • Installation
      • Zip file
      • CocoaPods
    • Process Management
      • Create process
      • Get Step State
      • Update Step
      • Previous Step
    • Liveness Detection
    • Auto Capture
      • MRZ Capture
      • Configurations
    • Camera
      • Configurations
    • NFC
      • Scan Result
      • Configurations
    • Video Conference
  • FULL SDK
    • Requirements
    • Usage
    • Installation
      • Zip file
      • CocoaPods
    • Initialization
    • Start
    • Stop
    • Callbacks
Powered by GitBook
On this page

Was this helpful?

Introduction

This library was created in order to make the implementation of Biometrid's technology quickly and straightforward on most applications.

Alongside the SDK, a sample app and credentials will be provided. This will demonstrate how the Library features are supposed to be implemented.

This documentation is divided into sections and will guide you through the implementation of Biometrid's BiometridStandard.framework.

The remaining sections detail each part of the framework.

The framework is developed in Swift.

NextPrerequisites

Was this helpful?