KMPNotifier icon indicating copy to clipboard operation
KMPNotifier copied to clipboard

Local Notification not working iOS

Open LucasPrioste92 opened this issue 9 months ago • 0 comments

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?

LucasPrioste92 avatar Mar 20 '25 17:03 LucasPrioste92