Project Setup

Below are the steps to setup Accura Scan’s SDK in your project.

  1. install Git LFS using command install git-lfs

  2. Add below pod in podfile

If using pod 'AccuraKYC' or pod 'AccuraKYC_Sim', no need to add any other pod, as it contains all OCR, Facematch and Liveness.

Bitcoded and Without Simulator

# install the AccuraKYC pod for  AccuraOCR, AccuraFacematch And AccuraLiveness
pod 'AccuraKYC', '3.2.2'

With Simulator and Not Bitcoded

# install the AccuraKYC pod for  AccuraOCR, AccuraFacematch And AccuraLiveness
pod 'AccuraKYC_Sim', '3.2.2'
  1. Run pod install

Note :- After the pod is installed, ensure to check the pod size as mentioned here

  1. Solving pod issue (follow this step only if the pod size doesn’t match the size mentioned in point 3)

    i. Clean the pod using pod clean command ii. install Git LFS using install git-lfs command iii. Run pod install

Last updated