Skip to main content
Version: 1.0.1

Changelog

1.0.1 - 31.10.2025

minBackendVersion

Added
  • Logger module has been added for detailed logging and logging in the kyc flow has been increased.
  • Components module added to make UI elements easy to manage and manage.
  • Resources module added to store colors, images and lottie files in the application and make it easier to manage them.
  • Networking module has been added but is not actively used. It will become available after separation of concerns.
  • NetworkMonitor class added for monitor connection status and type.
Changed
  • Each Storyboard used for a single screen was removed and replaced with xib files for management.
  • Prevented multiple pressing of buttons on the inital scene.
  • Changes to MVVM design pattern.
  • Improvements were made to dependency injection. The code was made more testable.
  • Singleton objects were removed and added as dependencies to scenes where necessary.
  • Assistbox sdk update
Fixed
  • Facematch screen record issue fix
  • Skip NFC issue fix
  • Minor bug fixes on kyc flow.