How to Fix the FCM Foreground Method Issue for iOS in Flutter Apps #17480
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.
-
"message": {
"token": "TOKEN",
"data": {
"classname": "Home",
"weburl": "",
"url": "",
"type": "",
"temp": "",
"title": "🧭 Don’t pick stocks blindly.",
"body": "test"
},
"apns": {
"headers": {
"apns-priority": "10"
},
"payload": {
"aps": {
"alert": {
"title": "Hello world",
"body": "click to see more"
},
"sound": "default",
"badge": 1
}
}
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions