iOS payload is valid, and Firebase is successfully delivering it (as seen in Xcode), but Flutter is not receiving the foreground .onMessage.listen callback #17474
Unanswered
kshirsagar-krn
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.
-
IOS custom format but faild to deliverd log in flutter/dart
{
"message": {
"token": "TOKEN",
"data": {
"classname": "News",
"weburl": "",
"url": "",
"type": "",
"temp": "",
"title": "🧭 Don’t pick stocks blindly.",
"body": "test"
},
"apns": {
// "headers": {
// "apns-priority": "10"
// },
"payload": {
"aps": {
"alert": {
"title": "🧭 Don’t pick stocks blindly.",
"body": "Tap to explore"
},
"sound": "default",
"content-available": 1
}
}
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions