flutter_reactive_ble icon indicating copy to clipboard operation
flutter_reactive_ble copied to clipboard

iBeacon scanning on iOS

Open UlrichRaab opened this issue 1 year ago • 1 comments

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

UlrichRaab avatar Jul 14 '23 11:07 UlrichRaab

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.

ivanduque0 avatar Jul 14 '23 21:07 ivanduque0