Installation Guide
In this section, you will find all the information needed to install the Unico IDCloud platform SDK in your iOS applications
Development Environment Preconditions
Your development environment must meet the following prerequisites:
Have the iOS SDK version 11 or higher installed;
Have the dependency manager Cocoapods or Swift Package Manager configured.
Installing the iOS SDK
To implement the iOS SDK from the Unico IDCloud platform into your iOS application, follow the step-by-step instructions listed below:
Using CocoaPods
CocoaPods is a dependency manager for Cocoa projects. For installation and usage instructions, visit the official CocoaPods documentation. To integrate the iOS SDK into your Xcode project using CocoaPods, follow the instructions below:
Include unicocheck-ios
in your Podfile
:
Next, simply use the command in your terminal to install the dependencies:
If you're running the project with a .xcodeproj file, you need to open the project with the .xcworkspace file.
Using Swift Package Manager (SPM)
Swift Package Manager is a dependency manager for Swift projects. It is integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies. To integrate the iOS SDK into your project using SPM, follow the instructions below:
Include the dependency in your Package.swift
file:
Obtaining Credentials
Contact the CSs and/or the Onboarding team.
Request the SDK Key by providing 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 will receive your SDK Key to implement the AcessoBioConfigDataSource.
Done. After completing the SDK installation, proceed to the implementation by reading the following material: 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.
Atualizado
Isto foi útil?