Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 912 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 912 Bytes

Sigma Device iOS SDK

The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app.

Minimum requirements

  • iOS 13 and above
  • Xcode 15.3+

Installation

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.

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

CocoaPods

To install the SDK using CocoaPods, add the following lines to your Podfile:

use_frameworks!

# Pods for Sigma Device

pod 'SocureDeviceRisk'

Configuration and usage

For instructions on how to configure the SDK, see the iOS SDK documentation on DevHub.