- No changes
- No changes
- Removed legacy recognizers:
LegacyBlinkCardRecognizer
andLegacyBlinkCardEliteRecognizer
- No changes
- No changes
- No changes
- No changes
- No changes
- No changes
- No changes
- To use BlinkCard SDK with Carthage, please update to Carthage v0.38.0.
- We've added XCFramework support
- Run
carthage update --use-xcframeworks
- Run
- No changes
- We have full support for Apple Silicon!
- Use
.xcframework
as we now have full Apple Silicon and Intel support. - We are still supporting
fat binary .framework
format, but we’ve removed simulator slices from it.
- Carthage still doesn't support
binary .xcframework
, so there is no support for simulator slices anymore.
- We've replaced
Using time-limited license!
warning withUsing trial license!
warning. The warning message is displayed when using a trial license key. To disable it, useshowTrialLicenseWarning
onMBCMicroblinkSDK
.
- From now on, we are not supporting iOS 8 version.
- We are updating our Cocoapods with
.xcframework
format from now on. Please download Cocoapods 1.10.0 or newer to use our SDK.
- To ensure compatibilty with other Microblink SDKs, we have reprefixed all classes. All classes have
MBC
prefix instead ofMB
- We have renamed framework from
Microblink
toBlinkCard
- We added error callback when setting license keys on
MBCMicroblinkSDK
- You will be getting error callback and reason why you could not unlock SDK - see
MBCLicenseError
- 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.
- We have renamed old
MBBlinkCardRecognizer
andMBBlinkCardEliteRecognizer
recognizers toMBCLegacyBlinkCardRecognizer
andMBCLegacyBlinkCardEliteRecognizer
. They are now deprecated. - We renamed
MBRecogitionMode
toMBCRecognitionDebugMode
inMBCRecognizerCollection
. - Swift:
- We renamed all
sharedInstance
toshared
- All enums are now
Int
- All
unsigned integers
are nowInt
- We renamed all
- SDK crashes on armv7 devices if bitcode is enabled. We are working on it.
- No changes
- No changes
-
Major API changes:
- Swift Module has been renamed from
MicroBlink
toMicroblink
- Swift Module has been renamed from
-
Minor API changes:
- methods
pauseScanning
andresumeScanningAndResetState
inMBRecognizerRunnerViewController
do not return anymoreBOOL
- use
isScanningPaused
to check if scanning is paused
- use
- methods
- No changes