universal_ble
universal_ble copied to clipboard
BLE Scanning Issue on iOS
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?