- 27 Oct 2024
- 1 Minute to read
- DarkLight
Version 5.7.0
- Updated on 27 Oct 2024
- 1 Minute to read
- DarkLight
New features and enhancements
Android
Improved readme file
The readme.md file included with the Orchestration SDK has been updated to include more detailed instructions on how to work with the sample app included in the product package.
iOS
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.
Fixes and other updates
iOS
[MSS-7948]-[TIDL3S-502] Unexpected termination when missing callback
In previous versions, there was an unexpected termination when attempting a Remote Authentication Commandor or a Remote Transaction Command without defining the proper callback. As of this release, new error cases have been added: RemoteTransactionCallbackNotSet and RemoteAuthenticationCallbackNotSet. This issue has been fixed.