SwiftBindings.BlinkIDUX 7.8.4

dotnet add package SwiftBindings.BlinkIDUX --version 7.8.4
                    
NuGet\Install-Package SwiftBindings.BlinkIDUX -Version 7.8.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SwiftBindings.BlinkIDUX" Version="7.8.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SwiftBindings.BlinkIDUX" Version="7.8.4" />
                    
Directory.Packages.props
<PackageReference Include="SwiftBindings.BlinkIDUX" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SwiftBindings.BlinkIDUX --version 7.8.4
                    
#r "nuget: SwiftBindings.BlinkIDUX, 7.8.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SwiftBindings.BlinkIDUX@7.8.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SwiftBindings.BlinkIDUX&version=7.8.4
                    
Install as a Cake Addin
#tool nuget:?package=SwiftBindings.BlinkIDUX&version=7.8.4
                    
Install as a Cake Tool

SwiftBindings.BlinkIDUX

Native Swift interop bindings for BlinkIDUX, Microblink's drop-in scanning UX components for BlinkID. These are not Objective-C proxy wrappers — they use .NET 10's native Swift interop for direct, high-performance calls into Swift APIs from C#.

Installation

dotnet add package SwiftBindings.BlinkIDUX

This package depends on SwiftBindings.BlinkID; both are required for end-to-end scanning.

Requirements

  • .NET 10.0+
  • iOS 15.0+
  • macOS host for development
  • A BlinkID licence key from Microblink (BlinkID is commercial)
  • Camera usage description in Info.plist

Usage

using BlinkID;
using BlinkIDUX;
using Swift.Runtime;

// Configure scanning behavior + branding via the BlinkIDUX surface,
// then present the SwiftUI host that wraps the camera + analyzer.
var model = SwiftObjectHelper<BlinkIDUXModel>.GetTypeMetadata();

See Microblink's BlinkID documentation for the full UX integration guide (delegate plumbing, theming, localisation).

Documentation

How It Works

These bindings are auto-generated by Swift Dotnet Bindings using .NET 10's native Swift interop via the SwiftBindings SDK.

Building from Source

Only needed if you're contributing or building the package locally.

# One-time: install the pinned Nuke CLI from .config/dotnet-tools.json
dotnet tool restore

# Build the package end-to-end (xcframework + bindings + dotnet build)
dotnet nuke BuildLibrary --library BlinkIDUX

License

The bindings are MIT licensed. The BlinkID and BlinkIDUX SDKs are licensed by Microblink — refer to Microblink's licensing terms.

Product Compatible and additional computed target framework versions.
.NET net10.0-ios26.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.8.4 113 6/27/2026
7.8.3 110 6/15/2026
7.8.2 106 6/11/2026
7.8.1 117 6/1/2026
7.8.0 111 5/19/2026