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
No updates for this framework in this release.
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
New Features
ID
- ID Capture now supports scanning the following additional documents:
- Armenia - Passport
- Bahamas - Residence Permit, Work Permit
- Colombia - Temporary Protection Permit
- Comoros - Passport
- Dominican Republic - Non-Voter ID
- Jamaica - Voter ID
- Kazakhstan - Passport
- Kyrgyzstan - Passport
- Lebanon - Driver's License
- Peru - Minor ID
- Tajikistan - Passport
- Turkmenistan - Passport
- Uzbekistan - Passport, ID Card
Bug Fixes
Barcode
- Fixed a sporadic issue where camera errors would result in a crash on some devices.
6.28.0
Released: October 8, 2024
New Features
Barcode
- Our Barcode Generator now allows the generation of Aztec codes. See
SDCAztecBarcodeGeneratorBuilder. - 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.
- MatrixScan Count users can now further classify the "not in list" barcodes when scanning against a list. Tapping on them will show a popup where the barcodes can be accepted or rejected. Check
barcode.count.ui.BarcodeCountView.BarcodeNotInListActionSettingsto enable and customize the functionality. The classified barcodes will be added tobarcode.count.BarcodeCountCaptureListSession.AcceptedBarcodesorbarcode.count.BarcodeCountCaptureListSession.RejectedBarcodes. - MatrixScan Find now uses a 4:3 aspect ratio, providing a significantly larger field of view for enhanced scanning accuracy and coverage.
- Added
BarcodeFindView.ShouldShowZoomControlwhich enables the display of a button that allows switching to ultra wide lenses on supported devices for scanning at close range in narrow environments.
ID
- ID Capture now supports scanning:
- Visual Inspection Zone (VIZ) of New York City IDs.
- Florida Medical Marijuana IDs.
- Added
scandit.datacapture.id.CapturedId.UsRealIdStatusto indicate whether a document is REAL ID compliant.
Label
- Added support for text fields that are identified only based on their data pattern. These do not need textual identifiers to be identified, and therefore no data type patterns (i.e., patterns for the textual identifiers) need to be specified for them.
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.
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.
ID
- Added
AamvaBarcodeVerificationResult.statuswhich includes classification confidence asAamvaBarcodeVerificationStatus.FORGEDorAamvaBarcodeVerificationStatus.LIKELY_FORGED. - Added properties
VizResult.firstName,VizResult.lastName,VizResult.secondaryLastName,VizResult.fullName. - Added
DrivingLicenseDetails.restrictionsandDrivingLicenseDetails.endorsementswhich correspond to the restrictions to driving privileges and to the additional privileges granted to the driver license owner respectively.
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
AamvaVizBarcodeComparisonResult.frontMismatchImagenow only returns an image whenAamvaVizBarcodeComparisonResult.checksPassedis false.- Fixed an error 255 that would prevent capturing MRZ for some license keys, for which this feature was enabled.
Deprecations
- Deprecated
SparkScanSession.newlyRecognizedBarcodes, preferSparkScanSession.newlyRecognizedBarcode. - Deprecated
BarcodeCaptureSession.newlyRecognizedBarcodes, preferBarcodeCaptureSession.newlyRecognizedBarcode. - 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. - Deprecated
AamvaBarcodeVerificationResult.allChecksPassed.AamvaBarcodeVerificationResult.statusshould be used instead.
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
6.25.0
Released: July 5, 2024
New Features
Barcode
- Added torch control to BarcodePick with
SDCBarcodePickViewSettings.showTorchButtonto enable showing a torch button when usingSDCBarcodePickView. The torch button as well as the zoom button (shown with:SDCBarcodePickViewSettings.showZoomButton) can be repositioned withSDCBarcodePickViewSettings.torchButtonPositionandSDCBarcodePickViewSettings.zoomButtonPosition. - Added ability to customize the minimum width and height of the highlights in the following styles:
- Added the following properties to apply a
SDCBarcodePickStatusIconSettingsobject and customize the status icons appearance:
ID
-
ID Capture now supports extracting information from the back side of European driver’s licenses.
-
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.
-
ID Capture now supports scanning the Visual Inspection Zone (VIZ) on the back of the European Health Insurance Card.
-
Improved the extraction of the document number from UK driver’s licenses.
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 then scans the barcode that the user intends to capture, reducing errors. It is enabled in SparkScan by default (see
SDCSparkScanSettings.scanIntention) and can be manually set in Barcode Capture (seeSDCBarcodeCaptureSettings.scanIntention). -
Improved Scanning Range: The scanning range for 1D barcodes on Electronic Shelf Labels (ESL) and paper shelf labels was improved by 30-40% in both Full HD and 4K without compromising scanning speed. This enhancement enables the fastest and most ergonomic scanning experience for tiny barcodes and ESLs, particularly those on top or bottom shelves.
-
User Facing Camera in SparkScan: It is now possible to switch to the user-facing camera for scanning. This is useful in specific use-cases where the rear camera is not accessible or barcodes are hard to reach otherwise. See
SDCSparkScanView.cameraSwitchButtonVisible. -
Dynamic Item List in MatrixScan Find: Added support for dynamically modifying a list of items to be found by calling
SDCBarcodeFind.setItemList:during a scanning session inSDCBarcodeFind. -
New Symbology Supports:
- Added support for
SDCSymbologyFrenchPost, recognizing postal codes (code postal) used by the French Post. - Added support for decoding misprinted
SDCSymbologyAustralianPostcodes.
- Added support for
-
New APIs in BarcodePick View Highlight Styles: New APIs to show a different highlight while waiting for an async pick/unpick action to complete. New setters & getters for selected brushes and/or icons are available in:
SDCBarcodePickViewHighlightStyleRectangularSDCBarcodePickViewHighlightStyleDotSDCBarcodePickViewHighlightStyleRectangularWithIconsSDCBarcodePickViewHighlightStyleDotWithIcons
Additionally, a selected brush and icon can be provided asynchronously with the new
SDCBarcodePickHighlightStyleResponseconstructor. -
Programmatic Item Selection: Added
SDCBarcodePick.selectItemWithData:completionHandler:to programmatically select an item.
ID
-
Reject Voided IDs: Added
SDCIdCaptureSettings.rejectVoidedIds. When enabled, documents voided by authorities are rejected (SDCIdCaptureListener.idCapture:didRejectInSession:frameData:). This feature supports cut corners, holes punched in the document, and “VOID” perforations, currently only for US Driver’s Licenses. TheScanditIdVoidedDetectionlibrary must be included when activating this setting. -
Rejection Reason: Added
SDCRejectedId.rejectionReasonwhich contains the reason why the document was rejected. -
Per State 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 how
SDCIdCaptureListener.idCapture:didTimeoutInSession:frameData:is emitted. The callback is invoked whenever a document is localized for a period but could not be captured. -
Newly Supported Documents:
- MRZ Scanning: Mexico: Matrícula Consular
- Front of Card/VIZ Scanning:
- USA: District of Columbia, Idaho, North Dakota, West Virginia, Wisconsin (2023 versions)
- Mexico: Consular Voter ID
-
Additional Features:
- Added
SDCAAMVABarcodeResult.rawData. - Fixed truncated surnames in US driver’s licenses using magnetic stripe format.
- Added
SDCCapturedId.secondaryLastNamecontaining the common name (“nom d’usage”) on French passports.
- Added
Parser
- GS1 Digital Link: The parser now supports uncompressed GS1 Digital Link. For complete documentation, refer to the official website.
Behavioral Changes
Barcode
- Battery Saving Mode in SparkScan: Changed from
SDCBatterySavingModeOfftoSDCBatterySavingModeAuto. The option can be changed viaSDCSparkScanSettings.batterySaving.
Performance Improvements
ID
- VIZ/Front of Card Scanning: Significantly improved performance in low-light conditions.
- US Driver’s License Barcodes: Improved capture performance for 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 then a non-passport VIZ.
- Fixed an issue where the century of birth dates, issue dates, and expiry dates was returned incorrectly when scanning the VIZ of European IDs, Swiss driver’s licenses, and UAE IDs.
- Fixed incorrect information extraction from British Columbia PDF417.
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.
- Removed unused code and updated the privacy manifest to conform to 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
New Features
- Privacy Manifests: Updated privacy manifests with the description of data collected by the frameworks.
Barcode
SparkScan Improvements
- Target Mode: Improved performance with faster selection of barcodes, a more consistent workflow, and a better UI (new aimer and icon).
- Preview Size Control: Now independent from scanning mode or scanning precision parameters. Controlled by a dedicated control added to the preview. Use
SDCSparkScanView.previewSizeControlVisibleto define if preview size control should be displayed. - Accuracy Workflow: Streamlined into a more consistent and performant workflow.
- Preview Behavior: Developers can set
SDCSparkScanPreviewBehaviorto specify the preview behavior type of theSDCSparkScanView. WhenpreviewBehaviorisSDCSparkScanPreviewBehaviorPersistent, after the scan, the preview does not disappear but stays obscured and running for easier aiming. - Toast Messages: Displayed on top of the preview rather than the scan button, with additional messages for better guidance.
- Zoom Functionality: Now independent from scanning mode and available in both default and target modes.
- Feedback Emission System: Improved to implicitly emit a success feedback on scan.
- New APIs:
SDCSparkScanScanningModeTarget.previewBehaviorSDCSparkScanScanningModeDefault.previewBehaviorSDCSparkScanViewSettings.zoomFactorOutSDCSparkScanViewSettings.zoomFactorInSDCSparkScanBarcodeFeedbackSDCSparkScanFeedbackDelegateSDCSparkScanView.feedbackDelegateSDCSparkScanViewSettings.inactiveStateTimeoutwithSparkScanSwiftUI view modifier
Barcode Pick
- New Feature in 6.23:
SDCBarcodePickStatusIconStyleSDCBarcodePickViewHighlightStyleSDCBarcodePickListener
New Symbology Supports
- SDCSymbologyAustralianPost: Added support with options to enforce decoding with specific tables and returning error-corrected customer information bars.
Swift-Friendly API Updates
-
Properties Exposed as Set(Symbology):
BarcodeCaptureLicenseInfo.licensedSymbologiesBarcodeCaptureSettings.enabledSymbologiesBarcodeCountSettings.enabledSymbologiesBarcodeFilterSettings.excludedSymbologiesBarcodeFindSettings.enabledSymbologiesBarcodePickSettings.enabledSymbologiesBarcodeSelectionLicenseInfo.licensedSymbologiesBarcodeSelectionSettings.enabledSymbologiesBarcodeTrackingLicenseInfo.licensedSymbologiesBarcodeTrackingSettings.enabledSymbologiesCompositeTypeDescription.symbologiesSparkScanLicenseInfo.licensedSymbologiesSparkScanSettings.enabledSymbologies
-
Methods Accepting Set(Symbology):
BarcodeCaptureSettings.enableSymbologies(_:)BarcodeCountSettings.enableSymbologies(_:)BarcodeFindSettings.enableSymbologies(_:)BarcodePickSettings.enableSymbologies(_:)BarcodeSelectionSettings.enableSymbologies(_:)BarcodeTrackingSettings.enableSymbologies(_:)SparkScanSettings.enableSymbologies(_:)
-
Exposed as Dictionary:
BarcodeCountSession.recognizedBarcodesBarcodeFilterSettings.excludedSymbolCountsBarcodeTrackingSession.removedTrackedBarcodesBarcodeTrackingSession.trackedBarcodes
-
Symbology Conforms to CaseIterable:
SDCAllSymbologiesis not available anymore in Swift. -
Exposed as Set(Int):
SymbologySettings.activeSymbolCounts -
WaveFormVibration Properties:
WaveFormVibration.timingsWaveFormVibration.amplitudes
Performance Improvements
Barcode
- Improved tracking robustness for low-end devices in MatrixScan Count.
Bug Fixes
Barcode
- Fixed flickering of guidances in
SDCBarcodeSelection.
ID
- Fixed issues with scanning AAMVA documents with non-English characters.
- Fixed licensing issue for scanning the back side of UK driver’s license.
- Fixed a crash when scanning a passport MRZ then a non-passport VIZ.
Core
- Fixed the radius selection for cases where the
SDCDataCaptureView’s aspect ratio is considerably different from the camera frames.
Deprecations
Barcode
- Deprecated APIs:
SDCSparkScanScanningPrecisionreplaced bySDCSparkScanPreviewBehavior.SDCSparkScanScanningModeTargetandSDCSparkScanScanningModeDefaultinitializers acceptingSDCSparkScanScanningPrecisionreplaced by initializers acceptingSDCSparkScanPreviewBehavior.SDCSparkScanView.shouldShowTargetModeHintandSDCSparkScanView.targetModeHintText.barcode.spark.ui.SparkScanToastSettings.CameraTimeoutMessage.SDCSparkScanViewSettings.targetZoomFactorOutandSDCSparkScanViewSettings.targetZoomFactorInreplaced bySDCSparkScanViewSettings.zoomFactorOutandSDCSparkScanViewSettings.zoomFactorIn.SDCSparkScanViewSettings.continuousCaptureTimeoutreplaced bySDCSparkScanViewSettings.inactiveStateTimeout.SDCSparkScanViewFeedback,SDCSparkScanFeedback,SDCSparkScanView.brush, andSDCSparkScanView.emitFeedbackreplaced bySDCSparkScanBarcodeFeedbackandSDCSparkScanView.feedbackDelegate.
6.22.2
Released: April 30, 2024
- Removed unused code and updated the privacy manifest to conform to the new privacy requirements.
6.22.1
Released: March 13, 2024
- Fixed a licensing issue where a Barcode Scanner license was wrongly required when scanning the back side of a UK driver’s license.
6.22.0
Released: February 16, 2024
New Features
Barcode
-
IATA Bar Coded Boarding Pass (BCBP) Support: The Parser now supports
SDCParserDataFormatIataBcbpaccording to the latest specifications from the 2023-2024 Passenger Services Conference Resolution Manual (PSCRM). For complete documentation, refer to the official website. -
SparkScan UI Improvements:
- Redesigned minimized trigger button to occupy less space when the scanner is stopped.
- Slightly decreased size of the expanded trigger button to leave more space for the underlying application.
- Setting toolbar now shows fewer options by default (Target Mode and Torch), offering a less crowded and more efficient user experience. Icon visibility can still be personalized in
SDCSparkScanView.
-
New Features and Improvements:
- Added
SDCBarcodeGenerator.upcaBarcodeGeneratorBuilderWithContext:to generate UPCA barcodes. - Added QR symbology extension called
strictto suppress rare QR reader false positives, reducing the scan robustness of damaged codes. - Introduced smart battery management to lower energy consumption and increase device uptime, with up to 15% improvement in battery life during tests. This option is disabled by default but can be enabled via
SDCBarcodeCaptureSettings.batterySavingMode.
- Added
ID
- New Features and Improvements:
- Added
SDCAAMVAVizBarcodeComparisonResult.frontMismatchImageto visualize document data printed on the front side that differs from the barcode. Contact Scandit Support to use this feature. - Improved the accuracy of
SDCAAMVAVizBarcodeComparisonVerifier. - Improved the accuracy of
SDCVizMrzComparisonVerifier. - Added
SDCIdCaptureOverlay.textHintPositionto set the position of textual hints. - Added
SDCIdCaptureOverlay.showTextHintsfor showing/hiding text hints. - Replay the flip document animation when the user keeps scanning the wrong side of the document.
- Added
SDCAAMVAVizBarcodeComparisonResult.frontMismatchImageto highlight suspicious fields (currently in beta).
- Added
Performance Improvements
Barcode
- Improved QR code scan performance for codes occluded by glare.
- Improved scan performance for 1D barcodes with missing or damaged quiet zones.
Bug Fixes
Barcode
- Fixed incorrect EAN13/UPCA checksum computation when generating barcodes with
SDCBarcodeGenerator. - Fixed a bug in handling active symbol counts for Codabar.
ID
- Fixed an issue where US Border Crossing Cards were not recognized.