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
Requesting permission (via providePermission()) works ✔️ but getPermissionState always returns NotDetermined and isPermissionGranted returns false
I call this code in one of my UIs to ensure bluetooth permissions are set. iOS correctly asks the user to grant permissions. But the controller never seems to register that these have been granted.
Hello,
using multiplatform compose.
Requesting permission (via providePermission()) works ✔️ but getPermissionState always returns NotDetermined and isPermissionGranted returns false
I call this code in one of my UIs to ensure bluetooth permissions are set. iOS correctly asks the user to grant permissions. But the controller never seems to register that these have been granted.
`fun RequestBluetoothPermission(executeAfter: () -> Unit) {
}
`
btw this works on Android but not on iOS 17. Been testing with an iPhone 13.
Anything that I am missing?
The text was updated successfully, but these errors were encountered: