3.0.0
-
🎉 New:
- Brand new "Next Generation" machine-learning-based barcode scanning engine with improved reliability and much faster performance
- API changes for the new barcode engine: added
engineMode
property of typeSBSDKBarcodeEngineMode
on barcode scanning APIs likeSBSDKBarcodeScanner
,SBSDKBarcodeScannerViewController
, andSBSDKUIBarcodesBatchScannerBehaviorConfiguration
to switch between the legacy barcode engine and the new Next Generation barcode engine. By default, the new engine is used.
-
⚠️ Breaking Changes:- Removed
enableHighSensitivityMode
property onSBSDKBarcodeScanner
, because it is no longer needed
- Removed
-
🚀 Improvements:
- Improved logging for license failures. The app bundle identifier from the license and from the app will be displayed in the log in case you accidentally set up a wrong license. Also now the expiration date of expired licenses is being logged to the console.