generated from StanfordSpezi/SpeziTemplateApplication
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
- I agree to follow this project's Code of Conduct and Contributing Guidelines
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request