Skip to content

v3.3.1-beta

Choose a tag to compare

@nasiaFuturae nasiaFuturae released this 25 Nov 10:57

Changelog

Bug Fixes

  • Fix FuturaeSDK.reset bug throwing error when used prior to SDK initialization.
  • Fix FuturaeSDK.launchAccountRecovery bug regarding FCM token not being registered during SDK Recovery, leading to user being unable to receive a push notification, unless he/she reopens the app.
  • Fix FuturaeSDK.launchAccountRecovery bug regarding success callback not being triggered on healthy / non-corrupted SDKs.
  • Fix FuturaeSDK.launch and FuturaeSDK.launchAccountRecovery bug making migration from v1 impossible.

Behavior changes

  • Update all system authentication errors (e.g. Biometric auth) to return FTLockAuthenticationFailedException(@BiometricPrompt.AuthenticationError val authenticationError : Int?, throwable: Throwable) which now also contains the error code returned by the system authentication.
  • Increase read timeout in OkHttpClient from 15 to 30 seconds.

Note

  • Maintenance: Bump third-party dependencies to their latest stable version