Issues connecting to Socket Mobile scanner using SDK and iOS 9.3

412 Views Asked by At

I'm having an issue with the scanner, not sure if it's my iPhone 6s, the iOS version 9.3 or the scanner in itself (Socket Cordless Hand Scanner 7Mi).

I was able to integrate CocoaPods and the ScanApiSDK library, everything compiled correctly, then I added some logic using this example and connected the scanner via bluetooth, but having an issue when detecting scanners connected. When I do scanApi.isScanApiOpen() it returns true, but scanApi.isDeviceConnected() returns false and scanApi.getDevicesList() returns and empty object. However, if I open the notes app and read a barcode, it types the code in text correctly (which I believe is the HID mode).

I've searched everywhere but I don't seem to get anywhere, any help would be greatly appreciated.

0

There are 0 best solutions below