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
.xcframework
format 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
MBI
prefix instead ofMB
- We have renamed framework from
Microblink
toBlinkInput
- 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
MBRecogitionMode
toMBIRecognitionDebugMode
inMBIRecognizerCollection
. - Swift:
- We renamed all
sharedInstance
toshared
- All enums are now
Int
- All
unsigned integers
are 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
— useMBIDocumentCaptureRecognizer
instead. - We've deprecated
MBPdf417Recognizer
— useMBIBarcodeRecognizer
instead.
Bug fixes:
- We've fixed a bug in IBAN parsing which occasionally read the reference number as part of the IBAN.