32feet
32feet copied to clipboard
Bluetooth LE Picker does not work on Android 11 and lower versions.
4.0.35 = not working 4.0.34 = working
I tested it with 3 different phones. There seems to be a problem with version 4.0.35.
I'm using .net maui and .net8.0. The device selection screen opens and closes immediately.
AndroidManifest.xml =
Found the error - it is incorrectly checking the status of BLUETOOTH_CONNECT permission which is not required prior to Android 12. Fix is in the code, NuGet release to follow soon.
Fixed in 4.0.36