Hi Folks,
I am trying to add support for the ZD620 to our iOS app. It uses Bluetooth LE, and unless I'm mistaken the SDK does not appear to support connecting to BTLE printers. The Bluetooth LE demo zebra provides appears to do everything from scratch using CoreBluetooth. Before I dig into that, I just wanted to make sure that's the correct method of interacting with BTLE printers (like the ZD620) from iOS, and I'm not missing something.
Thanks!
~Caleb
1 Replies
Unfortunately, we don't have the SDK that supports Bluetooth LE on iOS. You are correct that the ZebraPrinterBLEDemo provided on GitHub uses CoreBluetooth directly.