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 properties cameraSessionKeepAliveTimeout and animateCameraOverlay to SBSDKBaseScannerGeneralConfiguration
Added properties sessionDidChangeHandler and isSessionRunning to SBSDKBaseScannerViewController.
Added functions pause and resume to SBSDKBaseScannerViewController.
🐞 Bug fixes:
Fixed GS1Handlings decodeStructure and validateStructure for the barcode format gs1Composite.
Fixed an issue where quickly stopping and starting the camera session of any scanner screen could lead to a crash or unpredictable behaviour.
⚠️ Breaking changes:
Removed property stopsCameraSessionWhenDisappeared from SBSDKBaseScannerGeneralConfiguration. To emulate this behavior, set cameraSessionKeepAliveTimeout to a high value, e.g. TimeInterval.greatestFiniteMagnitude.