Forum topic
The Zebra SDK for iOS currently does not support running on the iPhone Simulator on M1 Macs: % lipo -info ./Zebra/lib/libZSDK_API.a Architectures in the fat file: ./Zebra/lib/libZSDK_API.a are: armv7…
Forum topic
The Zebra SDK for iOS currently does not support running on the iPhone Simulator on M1 Macs: % lipo -info ./Zebra/lib/libZSDK_API.a Architectures in the fat file: ./Zebra/lib/libZSDK_API.a are: armv7…
Forum topic
Hello, I'm trying to create a Xamarin RFID app for Android and iOS. Before that we had developed two separated native apps for these os. For the start I create some test apps based on the example…
Forum topic
Hello, I'm trying to create a Xamarin RFID app for Android and iOS. Before that we had developed two separated native apps for these os. For the start I create some test apps based on the example…
Forum topic
We are experiencing same crashes in SDK from time to time. Please fix Crashed: com.apple.root.background-qos 0 libobjc.A.dylib 0x33f0 objc_retain + 16 1 CoreBluetooth…
Forum topic
Hi all! I have a react native app where I can print rfid tags. I found some example, and I can get a bluetooth connection to the printer and print the tags correctly. But I need to get the tag id,…
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…