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
Added functionality to switch SDK configuration without resetting the SDK. Refer to FuturaeSDK.switchToLockConfiguration... methods.
Update biometric invalidation flag behavior to allow launching the SDK without biometrics present and enforcing it as soon as biometrics are enrolled. *Exception for LockConfigurationType.BIOMETRICS_ONLY which still requires biometrics present to launch.
Add field FTAccount.serviceLogo
Allow null value for account username
Improve Automatic Account Recovery stability and support migrating accounts enrolled with an SDK PIN.
Internal bug fixes.
Deprecated FuturaeClient.checkAccountMigrationPossible in favor of FuturaeClient.checkForMigratableAccounts which returns more information about accounts available for migration. The deprecated method is still usable.