iOS SDK
iOS SDK For FACEKI
FACEKI-BLAZE-IOS SDK
Overview
The FACEKI-BLAZE-IOS SDK is an iOS framework developed by Faceki, providing advanced eKYC (Electronic Know Your Customer) and Facial Recognition capabilities for iOS applications. This SDK enables seamless identity verification using document and selfie verification.
Installation
CocoaPods
To integrate FACEKI-BLAZE-IOS SDK into your Xcode project using CocoaPods, add the following lines to your Podfile:
Latest Version: 3.2
```ruby
target 'YourProjectName' do
pod 'FACEKI-BLAZE-IOS', '~> 3.0.0'
endThen, run the following command:
$ pod installManual Installation
You can also manually integrate the FACEKI-BLAZE-IOS SDK into your project. Download the SDK from GitHub releases and follow the instructions provided in the documentation.
Permission
Add the following usage descriptions to your Info.plist
Initialization
You would need to generate EKYC Link through the API here:
https://docs.faceki.com/api-integration/verification-apis/generate-kyc-link
In the response use the key "data" to initiate the SDK
Usage
Callbacks
Implement the following callbacks to handle the SDK responses:
Callback that will recieve the response back from the API for data level information https://docs.faceki.com
Requirements
Swift 5.0
iOS 13.0 and later
Need Support?
Contact us on WhatsApp Click here
Last updated