-
Notifications
You must be signed in to change notification settings - Fork 1
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
Android Push Notification with Deep Link Issue #275
Comments
@alireza-dhp Hi Alireza, which Android OS Version are you using? |
Issue is fixed, deeplinks are now working even if the App is freshly opened |
Thank you for addressing the issue. |
Tested with iOS 4.0.22 and Android 4.0.22 |
Version 4.0.22 now available on develop since the last PR merge: #287 |
Issue Summary:
Tapping on a push notification message to open an observation via a deep link does not work correctly on Android devices when the application is closed (not running in the foreground or background). Instead of opening the specific observation, the app opens the observation details page.
Since the observation in our study is only accessible via the "Action" notification (it is a hidden observation), participants are missing the opportunity to fill out the observation.
This issue does not occur on iOS devices.
Steps to Reproduce:
Expected Behavior:
Tapping on the push notification message should directly open the observation, even when the app is closed.
Test Environment:
Google Pixel 3 XL
Android version: Latest (v4.0.17)
iOS: Not affected
related issue? #197 (comment)
The text was updated successfully, but these errors were encountered: