Ironchip_authenticator
iOS Universel / Utilitaires
MFA authenticator
Quoi de neuf dans la dernière version ?
- Multilanguages json with, fr, pt-br, pl, de, ca
- MigrateWithLogin and importOTPs methods.
Fixed
- When adding OTP if account, issuer or secret is empty show alert
- Biometric migration retry alert now shows a Cancel button so users can dismiss it without being forced to close the app
- Fixed drawer navigation race condition where tapping a drawer item and the backdrop simultaneously could corrupt the navigation stack, breaking the back button
- Ensure account page has ellipsis, in user, mail and company
- Ensure settings page has ellipsis
- Dont send error to Firebase Crashalitycs when lang doesnt match
- iOS when deny biometric permission change alert message
- iOS didnt copy alert text
- Authorization page add ellipsis on info rows
- Fixed locale fallback so codes like "es-es" now resolve to the base language file before defaulting to English
- When SDK returns login-required error, mobile now re-authenticates, sends a fraud transaction and retries the original call automatically (getAccesses, getKeys, getSkin, addKey, cancelAuthorizedAccessById, authorizedAccessById, refreshCaches, setNotificationToken)
- Fixed double result call in iOS GoService catch blocks (migrateWithLogin, importOtps, addOTP, deleteOTP, removeProfileById, setProfileID)
Changed
- Moved Profile, Skin and User entities from ironchip_domain to ironchip_core
- Now OTP page show code automatically