Skip to content

socure-inc/socure-sigmadevice-sdk-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.