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…
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…
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…
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…
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,…
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…
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…
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…
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…