flutter_bluetooth_printer
flutter_bluetooth_printer copied to clipboard
bluetooth ios not working?
how to print bluetooth
Are u using Android phone ? I got same issue for android , on ios everything is working clean
Are u using Android phone ? I got same issue for android , on ios everything is working clean
i'm using Iphone 8 and catch this issue, android working sound good, i run test "example" in current repo
Add this in info.plist
<key>NSBluetoothAlwaysUsageDescription</key>
<string>The app uses bluetooth to find, connect and transfer data between different devices</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>The app uses bluetooth to find, connect and transfer data between different devices</string>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-central</string>
</array>
source- https://github.com/dotintent/FlutterBleLib/issues/530#issuecomment-700412023