You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new property hardwareButtonsEnabled that enables snapping from the hardware volume buttons and the new hardware camera control button to SBSDKBarcodeScanAndCountViewController, available on iOS 17.2 and later.
Added new zoom control slider controlled by the new camera control button on all view controllers, available on all the new iPhone 16 series.
Added a new property allowEmptySubmission to SBSDKUI2MultipleScanningMode.
🐞 Bug fixes:
Fixed KANJI mode for QR codes.
⚠️ Breaking Changes:
Replaced the buggy initializer init?(json: Data) in SBSDKUI2BarcodeScannerConfiguration by the static function SBSDKUI2BarcodeScannerConfiguration.fromJson(json: String)?.