KMPNotifier
KMPNotifier copied to clipboard
Local Notification not working iOS
KMPNotifier and Kotlin version: kmpnotifier version: 1.5.0, kotlin version: 2.1.10
Describe the bug
When attempting to trigger a local notification on iOS, nothing appears on the screen, and there are no logs from Notifier. Here's the code I'm using:
NotifierManager.getLocalNotifier().notify { title = "Local Test" body = "Hello iOS" }
In which platform bug occurs? iOS
Expected behavior I expect a local notification to appear. Can you please help?