Releases: socure-inc/socure-sigmadevice-sdk-ios
4.4.0
4.3.3
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app.
Enhancements
- None
Bug Fixes
- Fixes an issue where debug logging was always being logged.
Known Issues
- None.
4.3.2
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app.
Enhancements
- None
Bug Fixes
- Fixes an issue where the SDK may cause the system to prompt to enable location services when they are disabled on the device.
Known Issues
- None.
4.3.1
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app.
Enhancements
- None
Bug Fixes
- Fixed a potential issue with the SDK not detecting when it is being run inside a ReactNative app.
Known Issues
- None.
4.3.0
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app.
Enhancements
- Refactored internal concurrency mechanisms inside the SDK to eradicate potential crashes.
- Adds
async
variants ofSigmaDevice.getSessionToken()
andSigmaDevice.processDevice(context:)
. - Added support to capture additional network data.
Bug Fixes
- Fixed potential crash during SDK initialization.
- Fixed potential location data upload race condition.
Known Issues
- None.
4.2.0
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app.
Enhancements
- Added the
SigmaDeviceOptions.configBaseUrl
configuration option to allow proxying of the Socure endpoints.
Bug Fixes
- Fixes potential crash during SDK initialization.
Known Issues
- None.
4.1.2
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app.
Enhancements
- None
Bug Fixes
- Fixes a linking issue that appeared if compiling with an Xcode 15 version prior to Xcode 15.3.
Known Issues
- None.
4.1.1
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app.
Enhancements
- None
Bug Fixes
- Fixes potential crash when initializing the SDK.
Known Issues
- None.
4.1.0
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS 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.
Bug Fixes
- None.
Known Issues
- None.
4.0.0
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app.
Enhancements
- Added
SessionToken
as part of the security enhancement. - Added an additional
initializeSDK()
call that initializes the SDK.
Bug Fixes
- None.
Known Issues
- None.