iOS
Guide for integrating Cactusverify SDK into a Swift project
Installation
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/Kvalifika/kvalifika-cocoapods-specs.git'
source 'https://github.com/Kvalifika/zoom-cocoapods-specs.git'
platform :ios, '11.0'
# Your Target
target 'kvalifika-swift-sample' do
use_frameworks!
pod 'Kvalifika'
endInitialize the SDK
App Permissions
Start Verification
Handling Verifications
Callback Methods
Error Codes
UI Customizations
Appearance
Language
Development Mode
Last updated
Was this helpful?