BlinkInput v5 Release Announcement
As of this version, BlinkInput SDK is fully compatible with other Microblink SDKs, which means that you can use it with other Microblink SDKs in the same application.
New features:
- We have full support for Apple Silicon!
Cocapods support change:
- We are updating our Cocoapods with
.xcframeworkformat from now on. Please download Cocoapods 1.10.0 or newer to use our SDK.
Major API changes:
- To ensure compatibilty with other Microblink SDKs, we have reprefixed all classes. All classes have
MBIprefix instead ofMB - We have renamed framework from
MicroblinktoBlinkInput - We added error callback when setting license keys on
MBIMicroblinkSDK- You will be getting error callback and reason why you could not unlock SDK - see
MBILicenseError
- You will be getting error callback and reason why you could not unlock SDK - see
- We moved all resources inside framework, we are not shipping bundle anymore.
Minor API changes:
- We renamed
MBRecogitionModetoMBIRecognitionDebugModeinMBIRecognizerCollection. - Swift:
- We renamed all
sharedInstancetoshared - All enums are now
Int - All
unsigned integersare nowInt
- We renamed all
- We've replaced
Using time-limited license!warning withUsing trial license!warning. The warning message is displayed when using a trial license key. - We've deprecated
MBDetectorRecognizer— useMBIDocumentCaptureRecognizerinstead. - We've deprecated
MBPdf417Recognizer— useMBIBarcodeRecognizerinstead.
Bug fixes:
- We've fixed a bug in IBAN parsing which occasionally read the reference number as part of the IBAN.