universal_ble icon indicating copy to clipboard operation
universal_ble copied to clipboard

BLE Scanning Issue on iOS

Open alessandrodestefani opened this issue 7 months ago • 2 comments

I have trouble making the scanning work on IOS, i can't get any event on the scanning callback. The same code on Android and Windows is working perfectly. I have added the permission in the info.plist.

The code:

UniversalBle.onScanResult = (event) { debugPrint("item found!"); }; await UniversalBle.startScan();

There is something that i am missing?

alessandrodestefani avatar Aug 02 '24 12:08 alessandrodestefani