We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
push_notification_received
push_notification_alert_tapped
The text was updated successfully, but these errors were encountered:
Thanks for reporting! 👍
Sorry, something went wrong.
PushNotificationsManager
InteractiveNotificationsManager
salimbraksa
No branches or pull requests
Expected behavior
push_notification_received
when the push notification is received, whether app is in foreground or background.push_notification_alert_tapped
only when the push alert is tapped.Actual behavior
push_notification_received
is tracked when the push notification is received and the app is in background.push_notification_alert_tapped
when:Steps to reproduce the behavior
push_notification_alert_tapped
event is tracked twice.Tested on iPhone 14 Pro Max, iOS 17, Jetpack iOS / WordPress iOS 24.5
The text was updated successfully, but these errors were encountered: