Questions tagged [socketmobile]
30 questions
8
votes
1 answer
"The application bundle does not contain a valid identifier" error after installing socket mobile scan api sdk
After installing Socket Mobile Scan Api Sdk via cocoa pod, I couldn't run on real device anymore. I noticed the sdk include "Resources" group. But I couldn't able to run the project on real device even after renaming and deleting the "Resources"…

cloudy45man
- 391
- 2
- 19
6
votes
0 answers
Socket Mobile Battery Level iOS
I am using a Socket Mobile barcode scanner (Socket 7Xi) in my app. I have integrated the SDK from Socket Mobile (ScanApiSDK-10.2.227) and setup the scanner for iOS mode. My application receives barcodes as expected. However, the device seems to get…

user2254753
- 61
- 2
3
votes
1 answer
EAAccessoryManager notifyObserversThatAccessoryDisconnectedWithUserInfo crashes
My application is crashing randomly while connecting to socket mobile reader it gets disconnected for an unknown reason and it throws the following exception:
Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000000066120beb8
0 …

Rita Azar
- 701
- 1
- 5
- 14
2
votes
0 answers
ios - SocketMobile SocketScan -[AccessoryMonitor CheckForChanges:] NSRangeException
I have integrated with Socket Mobile scanners using the ScanApiSDK (v 10.2.227). We received a crash log on -[AccessoryMonitor CheckForChanges:] which seems to be part of the SDK.
Has anyone experienced this before? What would be the best way to…

Andy
- 21
- 1
2
votes
2 answers
How to connect to multiple SocketMobile Scanner (CHS 7Mi) at the same time in SPP Mode (C# Windows Forms, Socket ScanAPI SDK 10)
Is there a way to connect to multiple scanners at the same time in SPP Mode?
I am using the Socket ScanAPI SDK 10 (the ScanApiHelper class) in a C# Windows Forms Project as host.
I changed the serialport setting from ScanAPI to e.g.…

mos
- 31
- 2
1
vote
0 answers
how to get scanned barcode from socket mobile scanner which are scan without connecting android app?
When device is not connected with Android device. at that time I scan number of bar-code. now when device connect with Android device via bluetooth and "onDeviceArrival" method getting called. How to get previous scanned bar-code list. Is it…

Parmita Koradiya
- 69
- 9
1
vote
1 answer
ios - SocketMobile SocketScan Keyboard problems
I have implemented this scan API just recently and am running into some problems with keyboard. The bar code does not populate into the desired UITextField object unless I have that text field selected. Also, while the scanner is connected to my…

Abdul91
- 708
- 5
- 16
1
vote
1 answer
How to enable SoftScan to read Data Matrix codes in Socket Mobile ScanApi
This is my first question on StackOverflow, so please forgive me if I have not laid out my question correctly!
I am writing an iOS app in Objective-C (Which is derived from the SingleEntry example provided by Socket Mobile on GitHub) using the Scan…

The Frostinator
- 15
- 8
1
vote
1 answer
Does socket mobile SDK support Xamarin APP or Windows Universal APP?
Does socket mobile SDK support Windows Universal APP ?
I would like to use ScanAPI from Socket Mobile.
What about the XAMARIN support?

Ania
- 65
- 7
1
vote
2 answers
Unable to connect Socket Mobile scanner(Model: CHS 7Pi) in windows 10 uwp
I'm working in Socket Mobile scanner(Model: CHS 7Pi) integration with Windows 10 UWP application. I'm getting following exception "Value does not fall within the expected range." after successfully making contact with scanner via bluetooth
I…

Pradeep devendran
- 489
- 1
- 9
- 22
1
vote
1 answer
What is the simplest way to integrate SocketMobile scanning functionality in an Android app?
I have an Android app that requires the user to scan and record some barcodes. I am using the SocketMobile Bluetooth Barcode Scanner series 7.
I want to be able to process a scan of a barcode regardless of which activity or fragment the user is…

Stanley
- 5,261
- 9
- 38
- 55
1
vote
2 answers
Socket Mobile SocketScan SDK and Swift
I am attempting to use the SocketScan SDK with an application written in Swift. Using a bridging header, the Objective-C code was easily imported. However,when running the application, it crashes at the onDeviceArrival stage with Xcode citing an…

Michael Voccola
- 1,827
- 6
- 20
- 46
0
votes
2 answers
State array not updating properly in React Native with useState
I am working on the react native sdk for socket mobile and for some reason I am unable to reliably set state with useState in my react native application. The state change happens in a callback that I pass to Socket Mobile's capture library. Sample…

Matt Croak
- 2,788
- 2
- 17
- 35
0
votes
1 answer
Capture SDK set beep and vibrate properties
Need to understand the proper settings behind the BEEP and VIBRATE settings using the Capture SDK. When setting the DEVICE_RUMBLE_CONFIG to 1 or 0 it seems I get an error and nothing is changed. Same issue with DEVICE_SOUND_CONFIG.
if…

Mark
- 190
- 1
- 11
0
votes
1 answer
Capture SDK request battery level not working
Need some help with the new Capture SDK for Android. I'm using the following code on an activity.
Capture.builder(getApplicationContext())
.enableLogging(BuildConfig.DEBUG)
.appKey(appKey)
…

Mark
- 190
- 1
- 11