AbobosSoftware / cordova-plugin-brother-label-printer

Cordova and Capacitor plugin for Bother Label Printers
MIT License
10 stars 16 forks source link

Empty array returned with QL-820NWB and iOS 14+ #33

Closed cpgb85 closed 3 years ago

cpgb85 commented 3 years ago

This worked perfectly on the previous iOS version. It no longer works as of 14 and returns an empty array. On a previous post someone mentioned adding Bonjour services which didn't work and it wasn't explained where to add them.

robr2112 commented 3 years ago

You need to add them to the Info.plist.

iOS14_LocalNetwork_infoPlist

cpgb85 commented 3 years ago

You need to add them to the Info.plist.

iOS14_LocalNetwork_infoPlist

This worked for me! Thank you.