Version 5.8.0

Prev Next

New features and enhancements

Android

CDDC keys deprecated (MSS-8259)

For the CDDC SDK, a number of properties and their corresponding setters have been deprecated and will be removed in a future version. With this, the following properties and setters will also be no longer available for the Orchestration SDK:

  • Native code hooks

  • Application repackaged

  • Debugger attached

iOS

CDDC keys deprecated (MSS-8248)

For the CDDC SDK, a number of properties and their corresponding setters have been deprecated and will be removed in a future version. With this, the following properties and setters will also be no longer available for the Orchestration SDK:

  • Rooting probability

  • Root status

  • Untrusted keyboard

  • Untrusted screen-readers

  • Native Code hooks

The Root status (Key 15) property and its corresponding setter has been renamed for iOS to DeviceJailbroken.

Fixes and other updates

All Platforms

[INC0012471]-[MSS-8265]and [MSS-8264]: API improvement for crypto app indexes

The name and value names of the API crypto app indexes have been unified and now have the same names as used by Digipass:

  • Name: CryptoAppIndex (instead of CryptoApplicationIndex)

  • Value:

    • Android: appnumber or, on Java, APP_1, APP_2 etc. (instead of FIRST, SECOND, THIRD etc.)

    • iOS (Swift): appnumber (app1, app2 etc.) (instead of indexnumber)

iOS

[INC0012472]-[MSS-8274]: Optional challenge

For a challenge request, the challenge is optional but this was not reflected correctly in the Orchestration SDK.

This issue has been fixed. Now the challenge is indicated as optional, either as nullable for the challenge property (Objective-C), or with null as default value of the challenge (Swift).