socure-inc / socure-sigmadevice-sdk-ios

iOS library for the Socure Device Risk
Other
6 stars 5 forks source link
fraud-detection identity ios ios-app ios-sdk socure

Sigma Device iOS SDK

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

Minimum requirements

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.