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
KMPNotifier and Kotlin version:
kmpnotifier version: 1.4.0
kotlin version: 2.1.0
Describe the bug
When I use this library to receive and handle Firebase Push Notifications, no System Push Notification is created on iOS
In which platform bug occurs?
iOS
To Reproduce
Steps to reproduce the bug:
Setup a Compose Multiplatform app as is described in the Readme, using Firebase
The NotificationPlatformConfiguration.Ios must have showPushNotification = true
When the app receives a Firebase Push Notification the KMPNotifier library logs Received Push Notification payload data
No Push Notification is created on iOS
Expected behavior
On Android, when a Firebase push notification is received a System push notification is also created, therefore I expect the same behavior on iOS as well
The text was updated successfully, but these errors were encountered:
KMPNotifier and Kotlin version:
kmpnotifier version: 1.4.0
kotlin version: 2.1.0
Describe the bug
When I use this library to receive and handle Firebase Push Notifications, no System Push Notification is created on iOS
In which platform bug occurs?
iOS
To Reproduce
Steps to reproduce the bug:
showPushNotification = true
Received Push Notification payload data
Expected behavior
On Android, when a Firebase push notification is received a System push notification is also created, therefore I expect the same behavior on iOS as well
The text was updated successfully, but these errors were encountered: