Questions tagged [linea-pro]

Linea-Pro is a hardware peripheral product used for scanning barcodes and reading credit card mag stripes for iOS devices.

Linea-Pro is a hardware peripheral product used for scanning barcodes and reading credit card mag stripes for iOS devices. The device is most commonly seen in Apple retail stores and is used as the Point of Sales device for completing a transaction with a sales associate.

The Linea-Pro has separate devices that enclose the iPod Touch and iPhone. Infinite Peripherals, the manufacturer of the devices, recently released a version for iPad.

The hardware device includes an SDK, composed of a static library and headers, for creating custom application with the peripheral.

Product Information page: http://www.ipcprint.com/ios-peripherals/linea-pro-4.html

19 questions
17
votes
3 answers

How do I use the Linea-Pro SDK for IOS?

Does anyone know of or have a manual on how to script in xcode with the linea-pro. I have hunted the web and asked Infinite Peripherals for help but no reply. I found a ".a" and ".h" file that look like they have all the delegations etc but i have…
Chris Pateman
  • 519
  • 1
  • 5
  • 16
10
votes
4 answers

Linea Pro Barcode Scanner iPhone Issues

I downloaded the iOS SDK for the Linea Pro device from their website and have successfully implemented some of it in my App - but I noticed the device never seems to work while its connected to the Mac via the USB cable. I've verified this 100%…
sirab333
  • 3,662
  • 8
  • 41
  • 54
2
votes
1 answer

Reactnative - 'React/RCTBridgeModule.h' file not found

I am trying to use react-native-linea in my react native app and during build I am getting React/RCTBridgeModule.h' file not found error. Steps I tried - 1. react-native init ScannerApp 2. cd ScannerApp/ 3. npm i react-native-linea --save 4.…
user3807000
  • 21
  • 1
  • 2
2
votes
1 answer

Disable the Linea Pro 5 scanner without calling to Disconnect

I am using Linea Pro 5 with iPod Touch 5. I develop iOS App under Xamarin in C#, under VS 2012. My case is like this: I have screen A and screen B in my iOS App. In screen A, I want to allow the user to scan barcodes, but when he moves to screen B,…
hmofaz
  • 21
  • 3
2
votes
1 answer

How to connect button in ios6 to LINEA Pro 4 barcode scanner

How do I use the Linea-Pro SDK for IOS? I found the above, which got me to get a "connected". Thank you for that post, I was totally dead in the water until I found that post. I'm now searching for the how-to to connect a button and also the…
hwitten
  • 21
  • 2
2
votes
2 answers

Monotouch Binding to Linea Pro SDK

I'm trying to create a binding to the Linea Pro (it's the barcode scanner they use in the Apple Stores, Lowes) SDK. I'm using David Sandor's bindings as a reference, but the SDK has been updated a few times since January of 2011. I have most…
jeffrapp
  • 58
  • 1
  • 6
1
vote
1 answer

Monotouch Linea Pro SDK issue with build arguments

Hopefully someone can help me or point me in the right direction. I am using monotouch to write an iPod Touch app that uses the Linea Pro barcode scanner case. I have the SDK for the Linea Pro case and I've followed the following…
JonBull2013
  • 315
  • 1
  • 3
  • 9
1
vote
1 answer

Linea Pro Scan barcode Issue

In swift based application, I have to implement barcode scanning using device camera as well as using Linea Pro 5 (LP5) external barcode scanner. In the application have to to check the iPhone connection state with Linea Pro 5 (LP5) device and if…
Santosh Kumar
  • 71
  • 1
  • 6
1
vote
1 answer

Linea Pro SDK doesn't display barcode

I am using Linea Pro scanner to scan barcode. In my app, I have connected to the device, and start/stop scan. However the barcodeData function doesn't seem to be triggered. it doesn't show anything in my label -(void)barcodeData:(NSString *)barcode…
clear_zero
  • 55
  • 2
1
vote
1 answer

Linea pro connect issue in iTouch

Hi am working on scanning barcodes through iOS device (iPod touch) using linea pro case. I just downloaded the linea pro demo project and the sdk from here http://www.datecs.bg/en/products/Linea-Pro-iPhone-SDK/8/102 Am trying to run the demo…
nuteron
  • 531
  • 2
  • 8
  • 26
1
vote
2 answers

RFID - Leading zero issue

I'm developing a Xamarin.iOS application using the LineaPro 5 peripheral, which is able to scan barcodes, RFID cards and swipe magnetic cards. I have the basic RFID functionality working, and the data coming from the Linea that I care about is the…
William Thomas
  • 2,108
  • 3
  • 22
  • 32
1
vote
1 answer

Linea pro device detection

In my application i need to scan the bar code. for that i am using Linea pro bar code scanning device attached with my iPhone. i need to know the presence of device through code. is it possible? I am new to objective C . Help me to fix this…
Ganapathy
  • 4,594
  • 5
  • 23
  • 41
0
votes
1 answer

How do you scan a barcode and display it in 2 different textfields (IOS xcode 4, Linea-Pro 4)

I've been stuck on this topic for a last few days. I'm trying to scan a barcode and have it displayed in two different textfields. As of now, I can scan the barcode, but it displays the full barcode in each textfield. I need it to be like…
0
votes
1 answer

How to use the Linea Pro SDK in SwiftUI App without AppDelegate and ViewController

How do I implement the Linea Pro SDK when building an app with SwiftUI that has no AppDelegate and no ViewController? I integrated the SDK as described here How do I use the Linea-Pro SDK for IOS? and I used the DTDevices.h and libdtdev.a files that…
MFischer
  • 1
  • 3
0
votes
1 answer

Issues Uploading To Appstore: Symbols/Profiles Not Included (LINEA PRO)

I'm having some issues uploading to the appstore. I didn't have this issue on previous versions, we just upgraded to Xcode 10.2. Can anyone advise? It seems to be an issue with the Linea Pro libraries. We are using Xcode 10.2 and we haven't updated…
Naga
  • 11
  • 3
1
2