Releases: socure-inc/socure-sigmadevice-wrapper-react-native
4.1.3
4.1.2
4.1.0
The Sigma Device React native wrapper provides a framework to integrate device data collection into your React native app.
Enhancements
- The
getSessionToken()
call retrieves the latestsessionToken
. - Added the
SigmaDeviceOptions.useSocureGov
configuration option to configure the SDK to communicate with the SocureGov backend. This only applies to customers provisioned in the SocureGov environment. - Increased Kotlin version to 1.8.10
Bug Fixes
- None.
Known Issues
- None.
4.0.1
The Sigma Device React native wrapper provides a framework to integrate device data collection into your React native app.
Enhancements
- Added
SessionToken
as part of the security enhancement. - Added an additional
initializeSDK()
call that initializes the SDK. - Increased Kotlin version to
1.7.10
Bug Fixes
- None.
Known Issues
- None.
3.0.0
The Sigma Device SDK for React Native is a React Native wrapper that allows you to use the Sigma Device SDK for Android and iOS in your React Native application.
Enhancements
Android and iOS
- Added new
enableBehavioralBiometrics
functionality that can be enabled to collect user behavioral biometrics, which customers can use as additional signals for identifying fraud. This feature works passively in the background on the user's mobile session to capture and analyze usage patterns such as:- Taps and swipes
- How form fields are accessed and filled
- Navigation patterns
- Timing patterns (such as session duration or the amount of time spent in specific form fields)
Bug Fixes
- None.
Known Issues
- None.
2.0.6
The Sigma Device React Native SDK provides a framework to integrate device data collection into your iOS app.
Enhancements
- Bumps the SigmaDevice Android library to the latest version - 2.0.4
Bug Fixes
- The latest version of Android library reverts the google play location services to version 20 (from 21)
2.0.5
The Sigma Device React Native SDK provides a framework to integrate device data collection into your iOS app.
Enhancements
- Bumps the SigmaDevice Android library to the latest version - 2.0.4
Bug Fixes
- The latest version of Android library fixes a bug causing a crash on some Android devices.
1.2.1
The Sigma Device React Native Bridge provides a framework to integrate device data collection into your native application.
Enhancements
- The
onToggleUserConsent
function has been deprecated. With this version, consent will be implicitly considered as given (true
). - Added a new variant of
sendData
method,sendDataWithContext
, to support the passing ofcontext
value.
Bug Fixes
- None
Known Issues
- None