Getting started
This page presents the first steps to using the Identity SDK for iOS.
Terms & Policies
When using our SDKs, please make sure that you agree with our ** Privacy Policy and our Terms and Conditions of Use.**
Current versions
SDK | Framework |
Identity |
|
Pre-requirements
Deployment Info | Version |
| iOS 13.0 + |
Xcode | 14.2.0 + |
Internet connection
A valid Access token Mobile token. To get one, please contact us.
Importing the SDK
We use cocoapods
to install the frameworks. To use it, run the following command in the root folder of your project to create the framework:
The next step is to install the desired frameworks. To do this, add our source to the project's podfile
:
After that, add the desired frameworks in the following format:
Once you have added the frameworks, run the following command to actually download the dependencies:
Last updated