MohamedRejeb / Calf

Calf is a library that allows you to easily create adaptive UIs and access platform specific APIs with Compose Multiplatform (Adaptive UI, File Picker, WebView, Permissions...).
https://mohamedrejeb.github.io/Calf/
Apache License 2.0
950 stars 42 forks source link

Notification Permission on Android 12 and below #168

Closed muazkadan closed 2 months ago

muazkadan commented 2 months ago

First of all, I would like to thank you for your efforts in putting together this library.

After I implemented notification permission, I tested it on Emulator on Android 14. Moreover, everything worked as expected, but when I tested it on a physical device running Android 12, the permission state acted like the device didn't grant permission and denied it.

Here's a screenshot of the permission status if it helps: image

MohamedRejeb commented 2 months ago

Thanks for reporting this, I will check it.