Forum topic
We have a web application that works on iOS in safari. Our client requires us to create custom labels in PDF or HTML to then print to a label printer. We are evaluating label printers to do the job…
Forum topic
We wrote a Xamarin app using the "Zebra LinkOS Multiplatform SDK for Xamarin" to connect to the bluetooth zebra printer. This works fine on an IPhone 8, but using an iPhone SE the…
Forum topic
Hello, I am using iOS SDK for printing from iPad. I have a ZQ620 printer. The final print goes out of the label as I am setting the original height and width of the image. Is there any setting or way…
Forum topic
Hi, I am using iOS SDK for printing from iPad. I have a ZQ620 printer. I am using the below code to print the image: id graphicsUtil = [self.printer getGraphicsUtil]; NSError *error = nil; success…
Forum topic
-[TcpPrinterConnection waitForStreamsToFinishOpening] Crashed: com.apple.root.background-qos EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000 EXC_BAD_ACCESS KERN_INVALID_ADDRESS…
Forum topic
Hello, I am trying to search for a URL for Link-OS iOS SDK. But I couldn't find it. On GitHub, there is no iOS SDK. I am looking for a printer SDK, not a scanner SDK. Any help will be…
Forum topic
Unable to to open a Bluetooth connection to the ZQ320 printer on iOS. Getting an exception: at LinkOS.Plugin.ConnectionImplementation.Open
Forum topic
I currently have 3 ZT411 and 1 ZT611 printers that I have incorporated into my custom software using the Link OS SDK and Xcode. I am interested in adding an RFID Upgrade Kit to the printers to print…
Forum topic
Hello, we have an iOS app that is using the Zebra SDK for iOS and we’re having issues when trying to find printers. This used to work on iOS 13 but on iOS 14 we’re getting an error. Specifically when…
Forum topic
I'm trying to print to a ZD621 label printer with BLE. Is there a way to do this without using the Link-OS SDK. I would prefer using Swift instead of Objective C. I'm using the Swift way of…