flutter_bluetooth_printer icon indicating copy to clipboard operation
flutter_bluetooth_printer copied to clipboard

bluetooth ios not working?

Open ntvsp opened this issue 1 year ago • 3 comments

Screen Shot 2022-08-16 at 10 06 01 how to print bluetooth

ntvsp avatar Aug 16 '22 03:08 ntvsp

Are u using Android phone ? I got same issue for android , on ios everything is working clean

TamirlanBir avatar Sep 07 '22 09:09 TamirlanBir

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

ntvsp avatar Sep 07 '22 10:09 ntvsp

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

ritesh305 avatar Nov 01 '22 10:11 ritesh305