This library is in active development and not ready for use yet
Notifykt helps simplify notifications for Compose Multiplatform applications.
- Request permissions for Android and iOS
- Get reactive updates for authorized, denied and not determined permission status
Add the following to your AndroidManifest.xml file:
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />