This repository was archived by the owner on Mar 19, 2024. It is now read-only.
6.0.1
- Changed:
- Updated deprecated Android API usage.
- Updated dependencies.
- Updated target Android SDK version to 33.
- Removed:
- Removed unused code.
- Fixed:
- Fixed an issue where an unexpected exception could be caused by the SDK when providing too few digits in the
GetIINDetails
request. Instead of an exception, a success response with statusNOT_ENOUGH_DIGITS
will be returned. Please note that when this status occurs, other response fields will benull
. - Fixed an issue where assets, such as product logos, are not pre-loaded by the SDK by default. The SDK now automatically loads these assets. Disable preloading by calling
preLoadImages(false)
when initializing the SDK.
- Fixed an issue where an unexpected exception could be caused by the SDK when providing too few digits in the