You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear moko team, first of all, Thank you for your hard work for the KMM community.
While working on a KMM project, I noticed that the permissions state request functionality seems broken, requesting Bluetooth permissions such as Permission.BLUETOOTH_LE or Permission.BLUETOOTH_SCAN on iOS 17, results in the library returning PermissionState.NotDetermined.
The test environment is - iPhone 12 Pro, running iOS 17.5.1, Xcode Version 15.4 (15F31d) / Fleet 1.36.103, Kotlin 2.0.0, Moko Resources 0.18.0
Please note that I've added the "NSBluetoothAlwaysUsageDescription" entry to the info.plist file and the appropriate entry appears in the "Settings -> Privacy & Security -> Bluetooth" section.
Please let me know if I'm doing something wrong here.
The text was updated successfully, but these errors were encountered:
Dear moko team, first of all, Thank you for your hard work for the KMM community.
While working on a KMM project, I noticed that the permissions state request functionality seems broken, requesting Bluetooth permissions such as Permission.BLUETOOTH_LE or Permission.BLUETOOTH_SCAN on iOS 17, results in the library returning PermissionState.NotDetermined.
To demonstrate the issue I've created a sample application and uploaded it to a GitHub repository https://github.com/vkurkchi/kmm_ble_permissions_unavailable
The test environment is - iPhone 12 Pro, running iOS 17.5.1, Xcode Version 15.4 (15F31d) / Fleet 1.36.103, Kotlin 2.0.0, Moko Resources 0.18.0
Please note that I've added the "NSBluetoothAlwaysUsageDescription" entry to the info.plist file and the appropriate entry appears in the "Settings -> Privacy & Security -> Bluetooth" section.
Please let me know if I'm doing something wrong here.
The text was updated successfully, but these errors were encountered: