Relative Content

Tag Archive for swiftflutterreact-nativecross-platformhybrid-mobile-app

Is there a working solution for background BLE Bluetooth fetching on iOS devices?

My app’s main functionality is to scan for BLE (Bluetooth Low Energy) devices in the background. I am using this flutter_blue_plus package, and it works well on Android for scanning BLE devices in both foreground and background modes. However, on iOS, it only works in the foreground and does not function in the background.