OwnID iOS SDK Setup
Learn how to integrate OwnID SDK into your iOS app
Prerequisites
Your app must be associated with your website to use Passkeys. This requires proper configuration of Associated Domains and .well-known files. Complete the enablement of passkeys for native apps.
OwnID SDK Setup
Minimum requirements:
- iOS 14.0+ deployment target
- Swift 5.1 or later
Installation
OwnID Configuration
Create a config file OwnIDConfiguration.plist
in the root of your Xcode project:
Environment Configuration
OwnID supports multiple environments: production (default) and uat. To use uat environment add the env
parameter:
Initialize the SDK
Integration Options
Choose between two different integration paths based on your needs: OwnID Elite and OwnID Boost. Each path offers unique capabilities:
Was this page helpful?