2. SDK Integration

Register callback

    FEKYCApp.instance().delegate = self

And implement FEKYCDelegate

Register Ekyc

  • Upon successful registration, the SDK returns a status resulting in the registerEkycSuccess() callback. Handling of successful registration here.

  • When register fails, it will be processed at callback ekycFailure().

FEKYCApp.instance().registerEkyc(licenseKey, appID)

Last updated