v2.0.14
From 8th of October 2025 - Noticeable change from version 2.0
There are 2 choices to connect and use our Bluetooth LE readers:
-
Install our Socket Mobile Companion app which takes care of the discovery and the selection of the reader to connect to.
-
Write some code to fit the Bluetooth discovery flow to your application's design by creating an UI that starts and shows discovered devices and select them to be paired to your application.
See our Getting Started section in our documentation
Improvements
We have added the possibility to add Bluetooth Classic discovery in your flow also with CaptureHelper’s addBluetoothDevice method
We have added our new S721 barcode scanner Bluetooth LE to CaptureSDK
Use the CaptureHelper’s methods addBluetoothDevice and removeBluetoothDevice to add and remove Bluetooth LE devices
The star as a favorite to discover Bluetooth LE device is now not supported
We have improved our Bluetooth LE discovery flow for Bluetooth LE devices. You receive now an object instead of a string. The CaptureHelper method didDiscoverDevice has changed. Replace the device string attribute with a SKTCaptureDiscoveredDeviceInfo
Update minimum target to iOS 15.0
Bug fixes
We have fixed a crash when closing the sdk