-
Notifications
You must be signed in to change notification settings - Fork 766
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
iOS: cannot receive first push notification when app opened in foreground #627
Comments
Hi @Daha62, |
Hi @taduyde, Android device is OK, problem is just on IOS |
hmm, it's so strange, but I think you have a problem with your setup of the plugin. From my side. This plugin works well on iOS. |
@taduyde, could u please show what u have in also I have:
|
Hi @Daha62, |
yep, I still received them. I can receive them in foreground also (except first push) |
Here is my AppDelegate.m, it's just simple. #import "RNNotifications.h"
|
thank u, unfortunately it's the same) |
I have the same problem. First notification fails to show, afterwards everything's fine. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
same issue, any updates |
Just came across this issue, happens to me as well. First notification on foreground nothing, second shows. |
I'm experiencing the same issue as well. Very first notification isn't received on iOS foreground but succeeding ones are received. |
#508 - this issue is closed, but bug is still remains in react-native-notifications: 3.2.2
Notifications.events().registerNotificationReceivedForeground((notification, completion) => { completion({alert: true, sound: false, badge: false}) })
it always triggers when notification is sent but not always show system notifications
The text was updated successfully, but these errors were encountered: