How to be able to receive background notifications with FCM on iOS (android already works) #4686
Unanswered
GilbertoGmobil
asked this question in
Q&A
Replies: 1 comment
-
I have the same issue: Most of what I've read suggests there are 2 reasons why a
We are sending the notification to FCM via the firebase_admin golang SDK like so:
Thinking the message doesn't contain a required value, but can't seem to figure it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my Flutter app the admin users can send notifications to the others users through FCM. In android already works but in iOS the notification arrives only with the app opened. I already tried many things on internet and still don't working.
This is the dart code that manages the pushs:
AppDelegate.swift:
I already enabled pushNotifications and background modes in xcode, already check my certificates but the problem stands. Someone could help me?
Beta Was this translation helpful? Give feedback.
All reactions