The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app.
You can install the Sigma Device iOS SDK using Swift Package Manager, CocoaPods or by manually downloading and installing it. We recommend that you use Swift Package Manager.
To install the SDK using Swift Package Manager, add the following package repository URL:
https://github.com/socure-inc/socure-sigmadevice-sdk-ios
To install the SDK using CocoaPods, add the following lines to your Podfile:
use_frameworks!
# Pods for Sigma Device
pod 'SocureDeviceRisk'
For instructions on how to configure the SDK, see the iOS SDK documentation on DevHub.