Notifications are not showing in popup in android, ios working fine. Please Urgent help Needed!!! #5045
Unanswered
amitsri007
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Notification are coming and showing in the system popup dialog, but no popup dialog and sound showing in android. in IOS popup is showing correctly when app is in background. Please see the attached image, i am using latest version of /app and /messaging.
Please let me know how to show popup in android with default sound, badge and vibration if enabled. I'm using legacy HTTP API of firebase https://fcm.googleapis.com/fcm/send.
"to": "<push_token>",
"notification": {
"body": "New announcement assigned",
"OrganizationId": "2",
"content_available": true,
"priority": "high",
"badge": 10,
"subtitle": "Elementary School",
"title": "hello",
"sound": "default",
"color": "#fc0362",
"image": "https://mydomain.s3.ap-south-1.amazonaws.com/logo.png"
},
"data": {
"notificationType": "notices"
}
Beta Was this translation helpful? Give feedback.
All reactions