Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions _includes/android_sample_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -843,13 +843,6 @@ <h2>Develop with Foundational APIs</h2>
<a class="button title source-link" href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/FoundationalAPISamples/TinyBarcodeDecoding" title="View source code on GitHub">Source</a>
</span>
</div>
</div>

<!-- Other Use Cases for Barcode Scanning -->
<div class="file">
<h2>Other Use Cases for Barcode Scanning</h2>
</div>
<div class="children">
<div class="file">
<span data-balloon-length="large" data-balloon-pos="down" aria-label="Scan VIN (Vehicle Identification Number) barcodes from vehicles.">
<span class="android-label">ScanVIN</span> -
Expand Down
7 changes: 0 additions & 7 deletions _includes/ios_sample_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -871,13 +871,6 @@ <h2>Develop with Foundational APIs</h2>
<a class="button title source-link" href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/FoundationalAPISamples/TinyBarcodeDecoding" title="View source code on GitHub">Source</a>
</span>
</div>
</div>

<!-- Other Use Cases for Barcode Scanning -->
<div class="file">
<h2>Other Use Cases for Barcode Scanning</h2>
</div>
<div class="children">
<div class="file">
<span data-balloon-length="large" data-balloon-pos="down" aria-label="Scan VIN (Vehicle Identification Number) barcodes from vehicles.">
<span class="ios-label">ScanVIN</span> -
Expand Down
4 changes: 2 additions & 2 deletions programming/android/foundational-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ There are two ways to add the libraries into your project - **Manually** and **M
>1.
```groovy
dependencies {
implementation 'com.dynamsoft:barcodereaderbundle:11.6.1000'
implementation 'com.dynamsoft:barcodereaderbundle:11.6.2000'
}
```
2.
```kotlin
dependencies {
implementation("com.dynamsoft:barcodereaderbundle:11.6.1000")
implementation("com.dynamsoft:barcodereaderbundle:11.6.2000")
}
```

Expand Down
10 changes: 10 additions & 0 deletions programming/android/release-notes/android-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ noTitleIndex: true

# Release Notes for Android SDK - 11.x

## 11.6.2000 (08/14/2026)

### New

- Added support for Micro PDF417-specific decoding mode.

### Fixed

- Fixed several known crash issues.

## 11.6.1000 (07/30/2026)

### Highlights
Expand Down
3 changes: 3 additions & 0 deletions programming/android/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ breadcrumbText: Release Notes

# Dynamsoft Barcode Reader Android SDK - Release Notes

- [11.6.2000 (08/14/2026)]({{ site.android_release_notes }}android-11.html#1162000-08142026)
- [11.6.1000 (07/30/2026)]({{ site.android_release_notes }}android-11.html#1161000-07302026)
- [11.4.3000 (07/07/2026)]({{ site.android_release_notes }}android-11.html#1143000-07072026)
- [11.4.1300 (05/20/2026)]({{ site.android_release_notes }}android-11.html#1141300-05202026)
Expand All @@ -30,6 +31,8 @@ breadcrumbText: Release Notes
- [10.2.10 (04/16/2024)]({{ site.android_release_notes_v10 }}android-10.html#10210-04162024)
- [10.0.21 (12/12/2023)]({{ site.android_release_notes_v10 }}android-10.html#10021-12122023)
- [10.0.20 (10/26/2023)]({{ site.android_release_notes_v10 }}android-10.html#10020-10262023)
- [9.6.60 (12/23/2025)]({{ site.android_release_notes_v9 }}android-9.html#9660-12232025)
- [9.6.50 (09/23/2025)]({{ site.android_release_notes_v9 }}android-9.html#9650-09232025)
- [9.6.40 (03/21/2024)]({{ site.android_release_notes_v9 }}android-9.html#9640-03212024)
- [9.6.20 (03/16/2023)]({{ site.android_release_notes_v9 }}android-9.html#9620-03162023)
- [9.6.11 (01/16/2023)]({{ site.android_release_notes_v9 }}android-9.html#9611-01162023)
Expand Down
4 changes: 2 additions & 2 deletions programming/android/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ There are two ways in which you can include the `dynamsoftbarcodereaderbundle` l
>1.
```groovy
dependencies {
implementation 'com.dynamsoft:barcodereaderbundle:11.6.1000'
implementation 'com.dynamsoft:barcodereaderbundle:11.6.2000'
}
```
2.
```kotlin
dependencies {
implementation("com.dynamsoft:barcodereaderbundle:11.6.1000")
implementation("com.dynamsoft:barcodereaderbundle:11.6.2000")
}
```

Expand Down
4 changes: 2 additions & 2 deletions programming/objectivec-swift/foundational-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco

2. In the top-right section of the window, search "https://github.com/Dynamsoft/barcode-reader-spm"

3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.6.1000**, then click **Add Package**.
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.6.2000**, then click **Add Package**.

4. Check all the **xcframeworks** and add.

Expand All @@ -63,7 +63,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco
target 'HelloWorld' do
use_frameworks!

pod 'DynamsoftBarcodeReaderBundle','11.6.1000'
pod 'DynamsoftBarcodeReaderBundle','11.6.2000'

end
```
Expand Down
2 changes: 2 additions & 0 deletions programming/objectivec-swift/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ breadcrumbText: Release Notes

# Dynamsoft Barcode Reader iOS SDK - Release Notes

- [11.6.2000 (08/14/2026)]({{ site.oc_release_notes }}ios-11.html#1162000-08142026)
- [11.6.1000 (07/30/2026)]({{ site.oc_release_notes }}ios-11.html#1161000-07302026)
- [11.4.3000 (07/07/2026)]({{ site.oc_release_notes }}ios-11.html#1143000-07072026)
- [11.4.1200 (04/02/2026)]({{ site.oc_release_notes }}ios-11.html#1141200-04022026)
Expand All @@ -33,6 +34,7 @@ breadcrumbText: Release Notes
- [10.2.10 (04/16/2024)]({{ site.oc_release_notes_v10 }}ios-10.html#10210-04162024)
- [10.0.21 (12/12/2023)]({{ site.oc_release_notes_v10 }}ios-10.html#10021-12122023)
- [10.0.20 (10/26/2023)]({{ site.oc_release_notes_v10 }}ios-10.html#10020-10262023)
- [9.6.60 (12/23/2025)]({{ site.oc_release_notes_v9 }}ios-9.html#9660-12232025)
- [9.6.40 (03/21/2024)]({{ site.oc_release_notes_v9 }}ios-9.html#9640-03212024)
- [9.6.21 (03/27/2023)]({{ site.oc_release_notes_v9 }}ios-9.html#9621-03272023)
- [9.6.20 (03/16/2023)]({{ site.oc_release_notes_v9 }}ios-9.html#9620-03162023)
Expand Down
10 changes: 10 additions & 0 deletions programming/objectivec-swift/release-notes/ios-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ noTitleIndex: true

# Release Notes for iOS SDK - 11.x

## 11.6.2000 (08/14/2026)

### New

- Added support for Micro PDF417-specific decoding mode.

### Fixed

- Fixed several known crash issues.

## 11.6.1000 (07/30/2026)

### Highlights
Expand Down
4 changes: 2 additions & 2 deletions programming/objectivec-swift/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ There are three ways in which you can add the `DynamsoftBarcodeReaderBundle` SDK

2. In the top-right section of the window, search "https://github.com/Dynamsoft/barcode-reader-spm"

3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.6.1000**, then click **Add Package**.
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.6.2000**, then click **Add Package**.

4. Check all the **xcframeworks** and add.

Expand All @@ -66,7 +66,7 @@ There are three ways in which you can add the `DynamsoftBarcodeReaderBundle` SDK
target 'ScanSingleBarcode' do
use_frameworks!

pod 'DynamsoftBarcodeReaderBundle','11.6.1000'
pod 'DynamsoftBarcodeReaderBundle','11.6.2000'

end
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ For common formats, you can download and use the preset templates below:

| Barcode Format(s) | Template |
| ----------------- | -------- |
| EAN13, EAN8, UPC_A, UPC_E, GS1 Databar | [ReadOneDRetail.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadOneDRetail.json) |
| Code128, Code39, ITF, Codabar, MSI Code | [ReadOneDIndustrial.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadOneDIndustrial.json) |
| QR Code | [ReadQR.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadQR.json) |
| Data Matrix | [ReadDataMatrix.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadDataMatrix.json) |
| PDF417 | [ReadPDF417.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadPDF417.json) |
| Aztec | [ReadAztec.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadAztec.json) |
| QR Code, Data Matrix, PDF417 | [ReadCommon2D.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadCommon2D.json) |
| DotCode | [ReadDotCode.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadDotCode.json) |
| EAN13, EAN8, UPC_A, UPC_E, GS1 Databar | [ReadOneDRetail.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOptimizedScanning/ScenarioOptimizedScanning/DynamsoftResources.bundle/Templates/ReadOneDRetail.json) |
| Code128, Code39, ITF, Codabar, MSI Code | [ReadOneDIndustrial.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOptimizedScanning/ScenarioOptimizedScanning/DynamsoftResources.bundle/Templates/ReadOneDIndustrial.json) |
| QR Code | [ReadQR.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOptimizedScanning/ScenarioOptimizedScanning/DynamsoftResources.bundle/Templates/ReadQR.json) |
| Data Matrix | [ReadDataMatrix.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOptimizedScanning/ScenarioOptimizedScanning/DynamsoftResources.bundle/Templates/ReadDataMatrix.json) |
| PDF417 | [ReadPDF417.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOptimizedScanning/ScenarioOptimizedScanning/DynamsoftResources.bundle/Templates/ReadPDF417.json) |
| Aztec | [ReadAztec.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOptimizedScanning/ScenarioOptimizedScanning/DynamsoftResources.bundle/Templates/ReadAztec.json) |
| QR Code, Data Matrix, PDF417 | [ReadCommon2D.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/src/main/assets/Templates//ReadCommon2D.json) |
| DotCode | [ReadDotCode.json](https://github.com/Dynamsoft/barcode-reader-mobile-samples/blob/main/ios/BarcodeScannerAPISamples/ScenarioOptimizedScanning/ScenarioOptimizedScanning/DynamsoftResources.bundle/Templates/ReadDotCode.json) |