PhilipsHue / flutter_reactive_ble

Flutter library that handles BLE operations for multiple devices.
https://developers.meethue.com/
Other
657 stars 322 forks source link

iBeacon scanning on iOS #772

Open UlrichRaab opened 1 year ago

UlrichRaab commented 1 year ago

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).

ivanduque0 commented 1 year ago

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.