flutter_reactive_ble
flutter_reactive_ble copied to clipboard
iBeacon scanning on iOS
Is your feature request related to a problem? (please describe) I have to scan iBeacons in my app and the scan results (DiscoveredDevice) on iOS do not contain iBeacons.
Describe the solution you'd like I want to receive iBeacon scan results on iOS as DiscoveredDevice.
Describe alternatives you've considered I am currently using an additional library on iOS (https://pub.dev/packages/flutter_beacon).
I have the same problem, i can see iBeacons when i run the code on Android but it doesn't work when i do it on iOS. I already added "NSBluetoothAlwaysUsageDescription" and "NSBluetoothPeripheralUsageDescription" on my info.plist but still doesn't work.