Installation Guide
In this section, you will find all the information needed to install the Unico IDCloud platform SDK in your iOS applications
Atualizado
In this section, you will find all the information needed to install the Unico IDCloud platform SDK in your iOS applications
Atualizado
Institucional
Sobre nósCopyright © 2024 unico. All rights reserved
Ensure your development environment meets the following preconditions:
The capture component provided by the iOS SDK is compatible with all devices running iOS 11 or later. You can check the list of compatible devices on Apple’s official support channels.
To integrate the Unico IDCloud iOS SDK into your iOS app, follow the steps below:
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, refer to the official CocoaPods documentation. To integrate the iOS SDK into your Xcode project with CocoaPods, follow these steps:
Add unicocheck-ios
to your Podfile:
Run the following command in your terminal to install the dependencies:
If you are running the project in .xcodeproj
, you must open it in .xcworkspace
.
Swift Package Manager is a dependency manager for Swift projects. It integrates with the Swift build system to automate the downloading, compiling, and linking of dependencies. To integrate the iOS SDK into your project with SPM, follow these steps:
Add the dependency to your Package.swift
file:
Contact the CSs and/or Onboarding team.
Request the SDK Key by entering the identifiers of your applications. Bundle Identifier for iOS, PackageID for Android and Host for WEB.
The identifiers of your applications will be linked to the SDK Key by the Unico team.
You receive your SDK Key to implement the AccessBioConfigDataSource.
Once the SDK installation is complete, proceed to the implementation by reading the following Usage and Integration Guide:
Still need help?
Didn't find something or still need help? If you're already a client or partner, you can reach out through our Help Center.
Xcode version 15.0.1 or later (Apple’s official IDE);
iOS SDK version 11 or later;
PocoaPods or Swift Package Manager dependency manager configured.