Questions tagged [socketmobile]

30 questions
0
votes
1 answer

how to integrate socket mobile scanner with android app and retrieve results

I need to integrate socket mobile Bluetooth scanner on my android app.. i tried there SDK they prescribed in their site https://docs.socketmobile.com/capture/java/en/latest/getting-started.html but its not getting the scanned result. and this is my…
0
votes
0 answers

Autoclaim POS Bluetooth Barcode scanner when in reach

I have a requirement for an UWP app to claim any paired Bluetooth scanner device upon app start, but also after the Bluetooth scanner power cycles, or comes back in range after being out of range. The users shouldn't even have to think about…
Jasper
  • 444
  • 3
  • 19
0
votes
1 answer

Cordova (Android Plugin) - Send data from Main Activity to InAppBrowser

I am using the Socket Mobile Capture SDK, which provides an easy method for receiving data from bluetooth connected barcode scanners assuming you can add a method to an android Activity class. Below is the MainActivity code I have created. The…
Chris
  • 472
  • 1
  • 5
  • 16
0
votes
1 answer

SocketMobile ScanAPI connects and works on Android phone but does not connect on Android Tablet

i have successfully integrated the ScanAPI SDK into my android application which runs on both android smartphones and tablets,i tested it on some few android smartphones,it connected and scan with no problem ,but when i run my application on an…
0
votes
1 answer

SocketMobile Scanner : How to detect barcode or QR get scanned?

I am using SocketMobile scanner 7Xi in SPP(Application Mode) for iOS app. I have integrated the scanapisdk SDK. On scanning Barcode or QR code below delegate is called : - (void) onDecodedDataResult:(long)result device:(DeviceInfo *)device…
Maulik
  • 19,348
  • 14
  • 82
  • 137
0
votes
1 answer

Integrating ScanAPI 10.3.90 to iPad iOS 10.2 with 7Xi scanner

I am trying to connect 7Xi scanner to SingleEntry project. For a very first time I just started scanner and connect to Bluetooth so I guess it was HID connection. I refer Readme file from SingleEntry project. So I tried to setup scanner in iOS mode…
Maulik
  • 19,348
  • 14
  • 82
  • 137
0
votes
1 answer

ScanApiHelper Error

I get the following error when trying to compile a project with the Socket Mobile Scan API for iOS. I have a feeling this is an issue with he project settings but I can't get rid of it after changing settings. Any…
WJM4
  • 1
  • 1
0
votes
1 answer

iOS How to name External Accessories protocol string

I use this Socket Mobile web site to fill MFi approval form. My quiestion is about number Any protocol strings you are using other than com.socketmobile.chs I found information on page here that describes: As part of your communication with…
Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277
0
votes
1 answer

Is there a way to test SocketMobile integration without actual scanner?

I have Android and iOS React Native app that requires user to scan barcodes. I am now working on integration with SocketMobile scanner. Is there a way to test integration without actual scanner device? Maybe there's some kind of emulator?
0
votes
2 answers

How to integrate SocketMobile with React Native application?

I have Android and iOS React Native app that requires user to scan barcodes. For now we use device's camera for scanning, but there is a requirement to use handheld scanner. How do I integrate my application with SocketMobile scanner?
0
votes
1 answer

Cannot pair socket mobile scanner in Marshmallow App with latest scan API (worked fine in Lollipop with the older API)

I switched to Marshmallow and also updated the scan API to version 10.2.1.0. It worked fine in Lollipop but I have some troubles updating the app for Marshmallow. I'm using the following scanner model: SocketMobile CHS 8Ci. I factory reset (by…
remus
  • 2,635
  • 2
  • 21
  • 46
0
votes
1 answer

ios - SocketMobile SocketScan Carrier Name

I implemented socket scan API in iOS to scan and get the bar code and that seems to be working fine. I wanted to know if there is a way to find out the carrier name via the socket scan API ?
Abdul91
  • 708
  • 5
  • 16
0
votes
1 answer

In socketscan is there any plugin which is browser supported

In socketscan is there any plugin which is browser supported. I am developing web application in which there is barcode scanning, I am looking forward to socketscan.
Pvvd Prasad
  • 179
  • 1
  • 1
  • 8
0
votes
0 answers

No event on barcode scan in xamarin Android app

I'm developing an xamarin android app to use the socketmobile CHS 7 barcode scanner. Using the simpleEntry andoid sample application i'm not receiving the OnDecodedData event. I do get the OnError, OnScanApiInitializeComplete events. The scanner is…
Jay Bowman
  • 69
  • 9
0
votes
1 answer

Socket mobile scanner with web application on iPad trigger buttonclick event

I have built an ASP.NET web forms application (webpage) based warehouse manager where I am investigating how to use a Socket mobile scanner together with an Ipad (or other tablet) to scan stockplace numbers and article numbers. At the moment I am…
1
2