HeligPfleigh / react-native-thermal-receipt-printer

A RN library for thermal printer
157 stars 102 forks source link

Source code libPrinterSDK.a #109

Open nguyenthanhtruongntt85 opened 2 years ago

nguyenthanhtruongntt85 commented 2 years ago

Where is the source code libPrinterSDK.a?

I use initWithUUIDString Printer * selectedPrinter = [[Printer init] initWithUUIDString:@"BEC6E843-DA5D-C3C0-18B5-359366820482"]; => Error: cannot init a class object.

how to use initWithUUIDString?

esh-g commented 1 year ago

@HeligPfleigh Yes, Could you please provide a reference to the source of the libPrinterSDK.a it would help me a lot.. I have been trying to make my own Printer object and connect directly instead of relying on getDeviceList to populate the _printerArray... I hope you reply here to my request... Looking forward to hearing from you. If possible also please clear up how to create a Printer object with a custom UUID

Thank you

esh-g commented 1 year ago

@nguyenthanhtruongntt85 Were you able to solve this problem any way?