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
Right now, when the user taps a push notification, the app deep links to the part of the app associated with the action included in the notification. In fact, push notifications and in-app notifications are one-to-one, meaning that when we get a push notification there is also an in-app message for the same action. However, at the moment we do not dismiss the in-app message when we complete the action via the push notification.
Solution
Use the information contained in the payload of the push notification to dismiss the in-app message on tap of the push notification (if the message is dismissible).
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
Right now, when the user taps a push notification, the app deep links to the part of the app associated with the action included in the notification. In fact, push notifications and in-app notifications are one-to-one, meaning that when we get a push notification there is also an in-app message for the same action. However, at the moment we do not dismiss the in-app message when we complete the action via the push notification.
Solution
Use the information contained in the payload of the push notification to dismiss the in-app message on tap of the push notification (if the message is dismissible).
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: