Releases: BlinkID/blinkid-xamarin
Releases · BlinkID/blinkid-xamarin
v4.0.0
- updated to BlinkID Android v4.0.0 and BlinkID iOS v4.0.0
- BlinkID v4.0.0 for iOS and Android had major API change, please read more in this post
- new API, which is not backwards compatible, but has lots of features that were not previously present, such as:
- bindings for native iOS and Android SDKs
- this basically lets you use any feature from native SDK directly from C# code
- note that some features, such as custom UI development is currently not possible on Android, but this is a known issue and will be resolved in future release. iOS does not have these restrictions.
- native support for Xamarin Forms - no need for specific iOS/Android development if only builtin recognizers and UI is used
- NuGet packages that can be used directly from Visual Studio
- bindings for native iOS and Android SDKs
- new license key format - not backward compatible with old license keys. Please use Microblink Developer Dashboard to generate your new trial key.
v1.3
Android
Unchanged since 1.0, same features like iOS 1.3 will be in upcoming release
iOS
-
iOS wrapper upgrade to blinkid-ios 2.15.0
-
Updates and additions
- added support for reading Malaysian MyTentera documents - use
AddMyTenteraRecognizer
- added support for reading Indonesian ID documents - use
AddIndonesianIDFrontRecognizer
- added support for reading Polish ID documents - use
AddPolishIDFrontRecognizer
andAddPolishIDBackRecognizer
- added support for reading Australian Drivers License - use
AddAustraliaDLFrontRecognizer
andAddAustraliaDLBackRecognizer
- added support for Combined recognizers - use
AddMrtdCombinedRecognizer
,AddCroCombinedRecognizer
,AddCzCombinedRecognizer
,AddGerCombinedRecognizer
,AddAusIDCombinedRecognizer
,AddSerbIDCombinedRecognizer
,AddSlovakCombinedRecognizer
,AddPolishIDCombinedRecognizer
,AddSingaporeCombinedRecognizer
,AddSlovenianCombinedRecognizer
- added support for reading Malaysian MyTentera documents - use
-
Bugfixes
- fixed crash in
AddIdCardDetector
- fixed crash in
v1.2
v1.1
- iOS wrapper upgrade to blinkid-ios 2.11.0
API changes
- Removed:
AddGerMrzRecognizer
- Deprecated:
AddBarDecoderRecognizer
,AddZXingRecognizer
- Added:
AddAusPassportRecognizer
,AddBarcodeRecognizer
,AddGerIDOldRecognizer
,AddGerPassportRecognizer
,AddSwissPassportRecognizer
,AddVinRecognizer
Fixes
- MRTD result - returned old items:
DateOfBirth
andDateOfExpiry
as RAW OCR string