-
Notifications
You must be signed in to change notification settings - Fork 50
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
App is in closed State tapping on notification not getting any data with 4.1.0 Android 4.0.0 works fine #315
Comments
@tanaynigam @jkasten2 any update on this, do you need any more information on this? |
I have the same problem, when the app is in closed state, "OneSignal.Default.NotificationOpened += _notificationOpened;" stops working, but if the app is in the foreground or background it works correctly. Is there any way to fix this? |
@tanaynigam @jkasten2 any news on this? Do you have any idea what could be causing this to happen? |
I am also having this issue. I would like to deep link from the closed state on android, but this problem is blocking me. Works on iOS |
Same issue here (OneSignalSDK.Xamarin 4.1.3 & Android Target 13.0). Any news on this? |
Same issue here but with OneSignalSDK.Xamarin 4.3.0 and iOS. On Android everything works great. |
Finally found a solution for this problem (Android 13).
|
I was able to reproduce the issue that you have been experiencing @Dipannita20. I have tested @fatderda's solution and it works.
|
Description:
App is in closed state on Android tapping on notification NotificationOpened not getting fired, failed to captured additional data passed on to notification for deep linking.
OneSignal.Default.NotificationOpened += _notificationOpened;
Environment
Steps to Reproduce Issue:
Anything else:
(crash stacktraces, as well as any other information here)
Attached Android logcat during the test flow
onesignal_exception.txt
The text was updated successfully, but these errors were encountered: