Changelog
1.1.0 - 31.10.2025
Added
- The Logger module was added for detailed logging, and logging throughout the KYC flow was increased.
- The Components module was added to simplify the management of user interface elements.
- The Resources module was added to make it easier to store and manage colors, images, and Lottie files in the application.
- The Networking module was added, but it is not actively used yet. It will become available after dependency issues are resolved.
- The
NetworkMonitorclass was added for connection status and connection type.
Changed
- All storyboards used for single screens were removed and replaced with XIB files for easier management.
- Multiple button taps on the first screen were prevented.
- Changes were made to the MVVM design pattern implementation.
- Dependency injection was improved, making the code more testable.
- Singleton objects were removed and injected into scenes as dependencies when needed.
- The Assistbox SDK was updated.
Fixed
- The facematch screen recording issue was fixed.
- The NFC skipping issue was fixed.
- General bug fixes were made throughout the KYC flow.