Skip to content

v2.0.63

Latest

Choose a tag to compare

@cyrille-socket cyrille-socket released this 09 Feb 11:12

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