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
Description:
I am experiencing an issue with push notifications in my Flutter application. When the app is closed, tapping on a push notification does not open the app or navigate to the specified page. Here are the details:
Platform:Andoid, IOS
Flutter Version: 3.19.0
OneSignal SDK Version: 5.1.2
Expected Behavior: When a push notification is tapped, the app should open and navigate to the specified route or page.
Actual Behavior: Tapping on a push notification does not open the app when it is closed.
1:Close the app completely.
2:Send a push notification with a deep link or route.
3:Tap on the notification.
4:Observe that the app does not open or navigate to the intended page.
What did you expect to happen?
I expected the app to open and navigate to the specified page when I tap on a push notification, even if the app is closed.
OneSignal Flutter SDK version
5.1.2
Which platform(s) are affected?
iOS
Android
Relevant log output
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
I tested the behavior without using the _handleNotificationClick method, and unfortunately, the app still does not open when the push notification is tapped while the app is closed. This issue occurs on both iOS and Android platforms.
It seems like the app is not being launched at all when tapping the notification, regardless of whether a launch URL is present. When the app is in the background or foreground, the notifications work as expected, but this issue specifically happens when the app is fully closed.
I have followed the setup documentation for OneSignal and ensured that all required permissions and configurations are in place. Do you have any suggestions on how to debug or resolve this issue?
Description:
I am experiencing an issue with push notifications in my Flutter application. When the app is closed, tapping on a push notification does not open the app or navigate to the specified page. Here are the details:
Platform:Andoid, IOS
Flutter Version: 3.19.0
OneSignal SDK Version: 5.1.2
Expected Behavior: When a push notification is tapped, the app should open and navigate to the specified route or page.
Actual Behavior: Tapping on a push notification does not open the app when it is closed.
Steps to reproduce?
What did you expect to happen?
I expected the app to open and navigate to the specified page when I tap on a push notification, even if the app is closed.
OneSignal Flutter SDK version
5.1.2
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: