Release note
Core
Core library release notes.
Versions
4.3.0 - 4.3.8 Latest
Last update: 2025-12-05
Key Changes
- Now with "AKResult" class obtains SDK response.
- New init flow.
- Added new start flows via options
- Added support of native card ID capture.
- Added security through Keychain.
- New interface.
- Rename in public methods.
- Now you can to change the environment before to initializing a flow with "STAGE" for default is prod.**
- Progressive removal of deprecated methods
- New
basicAuth()method replacesbackendAuth() - Simplified step registration:
AKCore.register(AKDependency.getProtocol(AKStepType.x))
Android Support
- Android 15 (API level 35) compatibility
- Continued support for Android 14
Enhanced Customization
- New customization properties:
titleFontTypefaceandtextFontTypeface(replacecustomFontTypeface)primaryBackgroundColor/secondaryBackgroundColorfor buttonsprimaryTextColor/secondaryTextColorfor buttons
- New customization components:
fileViewerCustomizationandotpCustomization
Optimizations
- Continuous internal improvements across all versions
- Removal of unused permissions
- Dependencies updates and minor fixes
- UI thread optimizations
4.2.4
Release date: 2023-11-17
Updated
- Minor fixes.
4.2.3
Release date: 2023-11-07
New features
- Support for passport capture.
4.2.2
Release date: 2023-11-01
New features
- Maximum retries alert.
4.2.1
Release date: 2023-10-31
Updated
- Improvements in UI.
- Minor fixes.
4.2.0
Release date: 2023-09-25
Updated
- Significant internal improvements.
4.1.9
Release date: 2023-05-18
New features
- New custom fonts in AKCoreCustomization.
Updated
- Update size logo screen.
4.1.8
Release date: 2023-04-28
New features
- New SIMPLE_CARD_CAPTURE and DOCUMENT_VERIFIER steps
- Set account in options.
4.1.7
Release date: 2023-04-18
Updated
- Improvements catching errors in alerts.
- Internal improvements.
4.1.6
Release date: 2023-04-10
Updated
- Internal improvements.
4.1.5
Release date: 2023-03-31
Updated
- Added file parameter in start.
4.1.4
Release date: 2023-03-15
Updated
- Updated dependencies.
- Security improvements.
- Added support for Android 13.
- Code refactor.
- Added support for English and Spanish languages.
New features
- Now with "AKResult" class obtains SDK response.
- New init flow.
- Added new start flows via options
- Added support of native card ID capture.
- Added security through Keychain.
- New interface.
- Rename in public methods.
- Now you can to change the environment before to initializing a flow with “STAGE“ for default is prod.