The minimum specifications required to use CLOVA eKYC SDK are as follows:
- iOS 13.0 or later
The CLOVA eKYC SDK for iOS is provided in XCFramework form.
You can use the Swift interface in iOS projects to utilize the CLOVA eKYC SDK. The SDK is deployed as a compressed file named clova-eyed-sample-ios-${version}.zip and is accompanied by a sample project with the following composition:
.
├── EyeD/
└── Sample/
└── Framework/
├── ClovaEyeD.xcframework
└── ClovaEyeD_Static.xcframework
If you can access NAVER's internal repository, you can directly import the files of SDK via Cocoapods. You can add the following phrase to the Podfile and add dependencies through pod install
.
pod 'ClovaEyeD'
Simply locate the XCFramework file in your project and add it to your build dependencies. In your XCode project, add the following dependencies: