You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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