-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
[FEATURE] ANDROID Rich push notification image payload in foreground #202
Comments
When the app is in the foreground, by default a system notification is not displayed when a push notification arrives. This plugin adds support for foreground notifications by displaying a local notification when the FCM notification message arrives. As such, any additions to this local notification - e.g. an image in the payload - are a feature request rather than a bug. |
It should be possible to add support for this by extracting the image URL from the APNS payload and inserting it into the local notification as a |
I receive push notifications with maximun priority level even when the app is in foreground, but if the app is in background and payloads have an image attached, the image is shown perfectly (but not in foreground) |
Request feature is for Android not IOS, was my mistake. Title updated |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It is a very small issue: If an image is attached in the payload and the app is in foreground, the image doesn't show.
:)
The text was updated successfully, but these errors were encountered: