- 25 Oct 2024
- 1 Minute to read
- DarkLight
Version 4.30.0
- Updated on 25 Oct 2024
- 1 Minute to read
- DarkLight
New features and enhancements
.NET (DSAPP Server SDK)
Migrated from .NET Framework to .NET 6.
The .NET version of the Server SDK has been migrated from .NET Framework to .NET 6 to leverage the upgraded features.
iOS (DSAPP Client SDK)
Bitcode support has been eliminated
Following the deprecation of Bitcode by Apple, we no longer support and have removed all Bitcode from the SDK framework.
Updated C++ API
The former C++ API is now advertised directly inside the umbrella header.
Fixes and other updates
.NET (DSAPP Server SDK)
[INC0011729]-[MSS-7158] Bad Image Format Exception
In a previous release, a Bad Image Format Exception was displayed when attempting to integrate the DSAPP Server SDK into a solution using .NET 6. In this release, all of the server SDKs have been upgrated to .NET , which fixes the issue.
iOS (DSAPP Client SDK)
[MSS-7862] Objective-C errors and warnings during launch of sample project
Upon launching the DSAPP sample project, some integrators may have seen Objective-C errors or warnings displayed. This was caused by a minor conflict with between different versions of C++ in the sample code versus the newly-created project. The solution is to update the project build settings and change the C++ Language Dialect to Compiler Default.