6.28.7
Released: November 3, 2025
No updates for this framework in this release.
6.28.6
Released: July 25, 2025
Bug Fixes
ID
- Fixed an issue where preexisting OTA models on the device, if any, would be loaded instead of the latest model for the SDK version, leading to errors.
6.28.5
Released: April 4, 2025
Bug Fixes
Core
- Fixed an issue issue where the promise to switch the camera to a desired state would never complete.
6.28.4
Released: February 14, 2025
Bug Fixes
Core
- Fixed an issue which reduced scans for low-resolution and blurry codes affected by distortion or damage, when multiple symbologies were enabled.
- Fixed an issue where scanned blurry codes locations are sometimes flipped.
6.28.3
Released: December 23, 2024
Bug Fixes
Core
- Fixed an issue causing the
SparkScanViewto not be rendered on top of the host application content.
6.28.2
Released: December 12, 2024
No updates for this framework in this release.
6.28.1
Released: October 29, 2024
No updates for this framework in this release.
6.28.0
Released: October 8, 2024
New Features
Barcode
- Added
barcode.pick.ui.RectangularWithIcons.StatusIconSettingsproperty to apply abarcode.pick.ui.BarcodePickStatusIconSettingsobject and customize the status icons appearances. - Added ability to customize the minimum width and height of the highlights in the
scandit.datacapture.barcode.pick.ui.Rectangularandscandit.datacapture.barcode.pick.ui.RectangularWithIconshighlight styles. - On Barcode Capture and SparkScan, we optimized the frame processing time in 4k-UHD resolution with dynamic resolution selection, resulting in up to 35% reduction on high-end devices and consistent performance improvements across all supported devices. platforms.
ID
- ID Capture now supports scanning:
- Visual Inspection Zone (VIZ) of New York City IDs.
- Florida Medical Marijuana IDs.
Bug Fixes
Barcode
- Fixed result data encoding classification for raw byte data in 2d barcodes, in particular for Shift-JIS encoding.
- Resolved cases in which Smart Scan Intention was possibly reporting the wrong barcode when when the camera was quickly changing direction with a single barcode in the scene.
- Fixed an issue where it was not possible to scan non-fluorescent French-Post barcodes without the extension
fluorescent_orange_ink. - Fixed an issue where filter settings were not functioning properly in MatrixScan Count.
6.27.2
Released: September 23, 2024
No updates for this framework in this release.
6.27.1
Released September 6, 2024
No updates for this framework in this version.
6.27.0
Released: September 5, 2024
API Changes
Barcode
- The
BarcodeTrackingAdvancedOverlay.ViewForTrackedBarcode()andBarcodeTrackingAdvancedOverlayListener.ViewForTrackedBarcode()methods no longer support rendering any kind of images. For further details about this backwards incompatible change, contact Scandit Support.
Bug Fixes
Barcode
- Resolved cases in which Smart Scan Intention was possibly reporting the wrong barcode when the camera was quickly changing direction with a single barcode in the scene.
6.26.0
Released: August 15, 2024
New Features
Barcode
- Added torch control to BarcodeCount with
BarcodeCountView.shouldShowTorchControlandBarcodeCountView.torchControlPositionto control visibility and position inBarcodeCountView. - Added
ImageFrameSource. This new type ofFrameSourceallows capturing of data inside base64 encoded images.
ID
- Added
AamvaVizBarcodeComparisonResult.frontMismatchImagethat highlights data fields on the front side of the document differing from the data encoded in the barcode. Please contact Scandit Support if you want to use this feature.
Parser
- The Parser has been expanded to support the IATA Bar Coded Boarding Pass (BCBP).
ParserDataFormat.IataBcbpsupports the latest specifications from the 2023-2024 Passenger Services Conference Resolution Manual (PSCRM). For the complete documentation of the standard please refer tothe official website. - SwissQR parser: parsing issues are now reported as error code and message pairs, see
ParserIssue.ParsedField.warningscontains all the issues for a given field. Query all the fields with issues by callingParsedData.fieldsWithIssues.
Behavioral Changes
Barcode
- Default value of
BarcodeCaptureSettings.batterySavingMode(deprecated) andBarcodeCaptureSettings.batterySavinghas been changed fromBatterySavingMode.OFFtoBatterySavingMode.AUTO.
Performance Improvements
Barcode
- Improved ArUco scanning when color inverted codes are enabled.
- Improved tracking robustness on Barcode Count.
- Significantly lowered the rate of false positives (i.e., presumed unscanned barcodes) when using Barcode Count.
- Improved recognition rate for Composite Codes, with a particular focus on codes with small 2d components (e.g. PDF417).
- Improved recognition rate of linear codes which are partially affected by damage or covered in plastic wrap, with a particular focus on Codabar barcodes.
- Improved localization of postal codes, up to 25% faster.
Bug Fixes
ID
- Fixed an error 255 that would prevent capturing MRZ for some license keys, for which this feature was enabled.
Deprecations
- Deprecated
BarcodeCaptureSettings.batterySavingModein favor ofBarcodeCaptureSettings.batterySaving. - Deprecated
BarcodeTrackingScenarioandBarcodeTrackingSettings.forScenario(). Setting a scenario is no longer recommended,BarcodeTrackingSettings.BarcodeTrackingSettings()should be used instead. - Deprecated
TextCapture. - Deprecated
SparkScanView.shouldShowScanAreaGuides,SparkScanView.soundModeButtonVisible,SparkScanView.hapticModeButtonVisibleandSparkScanView.fastFindButtonVisible(renamedSparkScanView.barcodeFindButtonVisible). Also deprecatedSparkScanViewUiListener.onFastFindButtonTap()(renamedSparkScanViewUiListener.onBarcodeFindButtonTap()). - Deprecated
LaserlineViewfinderStyle. - Deprecated
LaserlineViewfinder. - Deprecated Legacy value of the
RectangularViewfinder. - Deprecated Legacy value of the
BarcodeCaptureOverlayStyle. - Deprecated Legacy value of the
BarcodeTrackingBasicOverlayStyle.
6.25.3
Released: September 2, 2024
Bug Fixes
- Concatenated ArUco codes are now comma-separated.
6.25.2
Released: August 2, 2024
No updates for this framework in this release.
6.25.1
Released: August 1, 2024
Bug Fixes
Barcode
- Fixed an issue in MatrixScan Count that was causing a reset after a rotation.
ID
- Fixed an error 255 that would prevent capturing MRZ for some licenses where this feature is supposed to be enabled.
Core
- Fixed an issue where having no frame source available resulted in failure to return from the
core.IFrameSource.SwitchToDesiredStateAsynccall.
6.25.0
Released: July 5, 2024
New Features
Barcode
- Added the ability to hide the progress bar when counting against a list with BarcodeCount:
BarcodeCountView.shouldShowListProgressBar.
ID
- Added the following properties to
SDCVizResult:SDCVizResult.bloodTypeto represent the blood type of the document owner.SDCVizResult.sponsorto represent the sponsor of the document owner.SDCVizResult.mothersNameto represent the mother’s name of the document owner.SDCVizResult.fathersNameto represent the father’s name of the document owner.
- Added
IdCaptureSettings.rejectVoidedIds. When enabled, documents voided by authorities are rejected.warningThis feature currently supports 3 kinds of invalidation: Cut corners, holes punched in the document, and “VOID” perforations. Additionally, this feature currently supports only US Driver’s Licenses, and has no effect when scanning other document types.
- Added
RejectedId.rejectionReasonwhich contains the reason the document was rejected. - Improved the extraction of the document number from UK driver’s licenses.
- Added scandit-cordova-datacapture-id-voided-detection library that must be included when activating
IdCaptureSettings.rejectVoidedIds.
Performance Improvements
Barcode
- Improved recognition rate for Composite A and Composite B barcodes, thanks to an increased robustness for small and low resolution MicroPDF417.
- Improved recognition rate of long, thin linear 1d codes, such as those found on electronic shelf labels (ESLs).
- Improved recognition rate of linear codes which are partially affected by damage or glare, with a particular focus on codabar barcodes.
ID
- Improved the accuracy of the AAMVA Barcode Verification.
6.24.0
Released: May 8, 2024
New Features
Barcode
-
Smart Scan Intention: Introduced a new algorithm that intelligently identifies and scans the intended barcode, reducing errors. Enabled by default in SparkScan (
SparkScanSettings.scanIntention) and can be manually set in Barcode Capture (BarcodeCaptureSettings.scanIntention). -
Improved Scanning Range: Enhanced scanning range for 1D barcodes on Electronic Shelf Labels (ESL) and paper shelf labels by 30-40% in both Full HD and 4K without compromising scanning speed. This improvement benefits scanning tiny barcodes and ESLs, especially those on top or bottom shelves.
-
Smart Battery Management: Introduced smart battery management to lower energy consumption and increase device uptime. Tests show up to a 15% improvement in battery life. This option is disabled by default but can be enabled via
BarcodeCaptureSettings.batterySavingMode. -
User-Facing Camera: SparkScan now allows switching to the user-facing camera for scanning, useful in scenarios where the rear camera is not accessible or barcodes are hard to reach. See
SparkScanView.cameraSwitchButtonVisible. -
New Symbology Supports:
- Symbology.FrenchPost: Recognizes postal codes used by the French Post.
- Symbology.AustralianPost: Decodes misprinted Australian Post codes.
ID
-
State-Specific Thresholds in ID Verification: Added support for per-state thresholds and removed the hardcoded number of features. This is a breaking change; old verification models will not work.
-
Timeout Callback Modification: Modified
IdCaptureListener.didTimeoutInSession()to be invoked whenever a document is localized for a period but not captured. -
Fixed Surnames in US Driver’s Licenses: Fixed truncated surnames in US driver’s licenses using magnetic stripe format.
-
Newly Supported Documents for MRZ Scanning:
- Mexico: Matrícula Consular
-
Newly Supported Documents for Front of Card/VIZ Scanning:
- USA:
- District of Columbia - Driver License & ID Card (2023 version)
- Idaho - Driver License & ID Card (2023 version)
- North Dakota - Driver License & ID Card (2023 version)
- West Virginia - Driver License & ID Card (2023 version)
- Wisconsin - Driver License & ID Card (2023 version)
- Mexico: Consular Voter ID
- USA:
Behavioral Changes
Barcode
- Battery Saving Mode: Changed from
BatterySavingMode.OfftoBatterySavingMode.Auto. This can be changed viaSparkScanSettings.batterySaving.
Performance Improvements
ID
- Improved Capture Performance: Enhanced capture performance for US driver’s license PDF417 barcodes with printing defects, particularly from Ohio, Louisiana, and Florida.
Bug Fixes
Barcode
- Fixed the “Tap to Focus” animation when the view size changes.
ID
- Fixed a crash when scanning a passport MRZ followed by a non-passport VIZ.
- Fixed an issue causing the century of birth dates, issue dates, and expiry dates to be returned incorrectly when scanning the VIZ of European IDs, Swiss driver’s licenses, and UAE IDs.
- Fixed instances where information was incorrectly extracted from British Columbia PDF417.
API Changes
Barcode
- Renamed Methods in BarcodePickView:
- Start/Stop Scanning:
BarcodePickView.start(): Starts the scanning flow and can be manually stopped by callingBarcodePickView.stop().BarcodePickView.stop(): Stops the scanning flow and can be manually started by callingBarcodePickView.start().
- Start/Stop Scanning:
6.23.4
Released: July 23, 2024
No updates for this framework in this release.
6.23.3
Released: May 10, 2024
Bug Fixes
Core
- Fix an additional issue that prevented the SIGILL fix introduced on 6.23.2 to work on certain Samsung Galaxy S9 devices.
6.23.2
Released: April 30, 2024
- Fixed crash (SIGILL) on Exynos 9810-based Galaxy S9 and Galaxy S9+ devices that advertise support for FP16 arithmetics. A previous fix in 6.21.0 only partially resolved the issue.
- Removed unused code and updated the privacy manifest to conform to the new privacy requirements.
6.23.1
Released: April 24, 2024
- Added support for Mexican Matrícula Consular MRZ codes.
- Improved ID scanning performance in low-light conditions.
- Fixed truncated surnames in US driver’s licenses using magnetic stripe format.
6.23.0
Released: March 22, 2024
New Features
Core
- Added support to set control images through a resource name.
Barcode
- SparkScan has received a number of updates and improvements:
- The target mode has been improved with better performances (faster selection of barcodes), a more consistent workflow (the target mode will only show the aimer, without changing the preview size or the way barcodes are scanned), and a better UI (new aimer and new icon).
- The preview size is now independent from scanning mode or scanning precision (deprecated) parameters. Instead, it is controlled by a dedicated control added to the preview. Use
SparkScanView.previewSizeControlVisibleto define if the preview size control should be displayed. - The "accuracy" workflow has been revisited and streamlined into a more consistent and performant workflow.
- Developers can set
SparkScanPreviewBehaviorto specify the preview behavior type of theSparkScanView. WhenpreviewBehaviorisSparkScanPreviewBehavior.PERSISTENT, after the scan the preview does not disappear, but stays obscured and running (but not scanning) for easier aiming. - Added
Target.previewBehaviorandDefault.previewBehaviorto specify preview behavior for scanning modes. - Added initializers for Target and Default that accept
SparkScanPreviewBehaviorinstead ofSparkScanScanningPrecision. - Toast messages are now displayed on top of the preview rather than the scan button. Additional toast messages have been added for better guidance.
- Added
barcode.spark.ui.SparkScanToastSettings.TorchEnabledMessageandbarcode.spark.ui.SparkScanToastSettings.TorchDisabledMessageto specify toast messages when the torch is enabled or disabled. - The zoom functionality is now independent of scanning mode and is available in both default and target modes.
- Added
SparkScanViewSettings.zoomFactorOutandSparkScanViewSettings.zoomFactorInto specify the default zoom factor in zoomed out and zoomed in states for both scanning modes, default and target. - The feedback emission system has been improved: for new implementation, there is no need to explicitly emit a success feedback on scan, as it became implicit.
- Added
SparkScanBarcodeFeedback,SparkScanFeedbackDelegate, andSparkScanView.feedbackDelegateto define and emit feedback that can be customized for every scanned barcode. - Added
SparkScanViewSettings.inactiveStateTimeoutto specify the timeout to automatically stop scanning across all modes.
- Barcode Pick is an API that implements MatrixScan Pick. MatrixScan Pick is an out-of-the-box scan solution that uses real-time inventory data and augmented reality to assign precise, item-specific tasks, guaranteeing pinpoint accuracy in restocking, inventory audits, and parcel delivery. Barcode Pick is no longer in beta and several new features have been added in 6.23:
- Added the possibility to customize icons in
scandit.datacapture.barcode.pick.ui.RectangularWithIcons. Seescandit.datacapture.barcode.pick.ui.RectangularWithIcons.SetIconForState.
- Added the possibility to customize icons in
- Added support for
Symbology.AUSTRALIANPOST. By default, customer information is decoded with Table N, and Table C is used as a fallback. To set a specific decoding table for the customer information, use the symbology extensions:force_table_corforce_table_nto enforce decoding with either C or N tables respectively. The symbology extensiondecode_bar_statesreturns the error-corrected customer information bars as a string of the bar states: A for ascending, D for descending, T for tracker, and F for full. - Added support for
Symbology.Upu4State.
ID
- Added
id.ui.IdCaptureOverlay.TextHintPositionthat allows setting of text hints position. - Added
id.ui.IdCaptureOverlay.ShowTextHintsfor showing/hiding text hints. - It is now possible to run basic authenticity checks on VIZ & MRZ documents by comparing the data from the VIZ with the data decoded from the MRZ. Check
id.VizMrzComparisonVerifierfor details. This feature is currently in beta, and may still change significantly in the next releases.
Performance Improvements
ID
- Improved ID scanning performance in low-light conditions.
Bug Fixes
Barcode
- Fixed flickering of guidances in
BarcodeSelection.
ID
- Fixed issues with scanning AAMVA documents (barcode part) that contain characters from non-English alphabets.
- Fixed a licensing issue where a Barcode Scanner license was wrongly required when scanning the back side of a UK driver’s license.
- Fixed a crash when scanning a passport MRZ then a non-passport VIZ.
Core
- Fixed the radius of the radius location selection for cases where the
DataCaptureView's aspect ratio is considerably different from the aspect ratio of the camera frames.
Deprecations
Barcode
- Deprecated
barcode.spark.ui.SparkScanView.ShouldShowTargetModeHintandbarcode.spark.ui.SparkScanView.TargetModeHintText. This hint is not displayed anymore due to changes inbarcode.spark.ui.SparkScanScanningModeTargetscanning mode. - Deprecated
barcode.spark.ui.SparkScanToastSettings.CameraTimeoutMessagebecause toast with this message is not displayed anymore due to changes in the SparkScan toast system. - Deprecated
barcode.spark.ui.SparkScanViewSettings.TargetZoomFactorOutandbarcode.spark.ui.SparkScanViewSettings.TargetZoomFactorIn. Replaced bybarcode.spark.ui.SparkScanViewSettings.ZoomFactorOutandbarcode.spark.ui.SparkScanViewSettings.ZoomFactorIn. - Deprecated
barcode.spark.ui.SparkScanViewSettings.ContinuousCaptureTimeout. Replaced bybarcode.spark.ui.SparkScanViewSettings.InactiveStateTimeout. - Deprecated
barcode.spark.ui.SparkScanViewFeedback,barcode.spark.SparkScanFeedback,barcode.spark.ui.SparkScanView.Brushandbarcode.spark.ui.SparkScanView.emitFeedback. These classes and methods are not used anymore. Usebarcode.spark.feedback.SparkScanBarcodeFeedbackandbarcode.spark.ui.SparkScanView.FeedbackDelegate.