"sound" field always null when recieving push notifications through FCM on IOS #12104
Unanswered
ShehabSherbiny
asked this question in
Q&A
Replies: 1 comment
-
Hi, I try to configure sounds in notifications in a ios device. My questions is if it solved the problem. |
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
-
I am currently developing an app, and have run into a weird issue regarding FCM on IOS. For some reason, no matter what i do the "sound" field will always be null, when i recieve the notification on a phone. everything else in the payload will is received normally except "sound".
Looking at the documentation, i am not sure what i am missing. I have tried changing the order of elements in the payload and triple checking my spelling. Has anyone faced a similiar issue? I have included a screenshot of what i recieve in vscode. vsCode response
Below is the payload i send from our backend
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions