Android Mobile SDKs Changelog
Orchestration - 1.0.28 - Aug. 2025
(compatible with core 1.0.24)
- feat: Include failure data in the rejection service response.
Fraud Prevention - 2.2.1 - Jul. 2025
- feat: Add support for custom attributes in trigger actions.
- feat: Allow location collection in trigger actions.
Orchestration - 1.0.27 - Jul. 2025
(compatible with core 1.0.24)
- feat: Add application ID (package name) to device header in start-journey request.
Authentication - 1.0.27 - Jun. 2025
(compatible core sdk: 1.0.24)
- feat: Add support for PIN code authenticator registration and authentication.
Orchestration - 1.0.26 - May 2025
(compatible with core 1.0.24)
- feat: Add support for PIN code authenticator registration and authentication steps.
Fraud Prevention - 2.2.0 - Apr. 2025
- feat: SDK support in Jetpack Compose: monitor device events for Compose UI.
Fraud Prevention - 2.1.13 - Apr. 2025
- fix: Remove view listeners properly to prevent potential errors.
- fix: Add safeguards to input tracking to prevent app crashes.
Authentication - 1.0.26 - Apr. 2025
(compatible core sdk: 1.0.23)
-
feat: Add API to sign challenge with device key —
signWithDeviceKey
. - feat: Add APIs to register/authenticate/approve with WebAuthn without a network call.
-
feat: API changes — in
registerNativeBiometrics()
the callbackTSBiometricsRegistrationResult
now returnskeyType
(String). - feat: Upgrade core version to 1.0.23.
Authentication - 1.0.25 - Jan. 2025
(compatible core sdk: 1.0.21)
- feat: Add ProGuard support.
-
feat: API changes —
userName
parameter is now optional inapprovalWebAuthn()
. - feat: Add support for native biometrics transaction signing.
-
fix: Change callback params of
approvalWebAuthn()
. -
fix:
DeviceInfo
package name changed — update import statements. - fix: Fix issue where WebAuthn registration would fail due to device key retrieval failure.