Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Push Notification from Firebase on iOS #102

Open
Tommyten opened this issue Dec 19, 2024 · 0 comments
Open

No Push Notification from Firebase on iOS #102

Tommyten opened this issue Dec 19, 2024 · 0 comments

Comments

@Tommyten
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant