januslo / react-native-bluetooth-escpos-printer

React-Native plugin for the bluetooth ESC/POS & TSC printers.
MIT License
359 stars 416 forks source link

didn't work on iOS #110

Open shiqkuangsan opened 4 years ago

shiqkuangsan commented 4 years ago

I used it in my project, and it worked okay on android, but didn't work on my iOS. the printer is GPrinter, API BluetoothTscPrinter and it didn't work on iphone. xs max, ios 13.3. the printLabel func runs ok and go 'then', with no error. BluetoothTscPrinter.printLabel(someText).then((result)=>{ console.log('res----', result) },(error)=>{ console.log('err----', error) }) I could't find out the solution. Did I forget to config anything? Any idea about it? I would be very appreciate~~

kkureli commented 2 years ago

hi, could u solve it ?