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
The Clicked event is called when the App is in foreground or background, but not when it is closed.
The app launches, but the user is not navigated to the intended screen because the click event listener isn't triggered.
I was having this exact same issue on Android using the .NET SDK. What fixed it eventually for me was removing this entry from my Android manifest. It was filtering my action. <data android:host="my.app"/>
What happened?
The Clicked event is called when the App is in foreground or background, but not when it is closed.
The app launches, but the user is not navigated to the intended screen because the click event listener isn't triggered.
My problem is the same as:
OneSignal/react-native-onesignal#1549
except it is for C#.Net Maui Android and iOS.
Platform: Android and iOS
We either need an opened event for this case, or call Clicked for this case.
Steps to reproduce?
What did you expect to happen?
Upon clicking the notification, the app should launch and navigate the user to the appropriate screen as per the event Clicked listener.
Relevant log output
The app launches, but the user is not navigated to the intended screen because the click event listener isn't triggered.
Code of Conduct
The text was updated successfully, but these errors were encountered: