No notification sound in IOS #634
Unanswered
kristijorgji
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Issues like this one are hard to debug from an Admin SDK maintainer's view 😅/😓 - there are just too many reasons why no sounds are played - perhaps it's because the notification has no title, it could also be one or a combination of different notification setting(s) on the iOS client (DnD, Focus mode, silent mode, app settings). While I would like to be able to help, there's not much I can do here to help - all I can say is that if the Firebase FCM API accepts the message, it's valid - the delivery by Firebase (the service) and handling on the client is out of my reach :/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using
"kreait/firebase-php": "^4.18",
In usage am specifyind appnsconfig.payload.aps.sound = 'default' but no sound is used in ios on receiving notification
Code below
Beta Was this translation helpful? Give feedback.
All reactions