-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Background message/notification handler never invoked on iOS #137
Comments
|
https://github.com/pusher/push-notifications-flutter/blob/49bf20438d2620709641f12dd2ae728da5a85a61/packages/pusher_beams_ios/ios/Classes/SwiftPusherBeamsPlugin.swift#L134 |
@mfreeman451 Damnn! It's the pusher as I suspected! The handlers from firebase are overridden by the pusher handlers as they should be but they don't have that notification handler implemented yet! :( |
What are the possible things we can do now to get around this? Some of my opinions :
Wdyt? |
Can you explain what is happening or missing / broken on the pusher side please? |
is this it? |
yah, I think that's it. |
I didn't look into how it's being communicated to the top level but I'm sure that's the missing bit! |
Filed an issue in pusher beams for this. |
Description :
When app is open from background by tapping on notification, the notification is not being recieved within the app.
Logs :
2020-10-01 15:58:24.788526+0100 Runner[972:925222] Warning: Application delegate received call to -application:didReceiveRemoteNotification:fetchCompletionHandler: but the completion handler was never called.
This is something which is occuring just now. I believe prev it was working fine. Something probably related to this
firebase/flutterfire#6290
firebase/flutterfire#3735
The text was updated successfully, but these errors were encountered: