New
We have added a logger for production. You can get them for debugging and analysis.
// Before opening the CaptureSDK set the flag for logging to true
captureHelper.setLogger(enable: true)
// Then in the CaptureSDK delegates add the following protocol: CaptureHelperLoggerDelegate
// And implement the delegate method:
func didReceiveLogTrace(_ logTrace: String) {
// take advantage of those logs
}Improvements
We have updated SwiftDecoder to 6.0.5
We have deprecated the SocketCam status property as it is enabled by default
Bug fixes
We have fixed the incorrect firmware version year