79409059

Date: 2025-02-03 14:11:16
Score: 1
Natty:
Report link

If you use GCM message format as descrived here: https://firebase.google.com/docs/cloud-messaging/concept-options,

You should add the following to your message block:

"apns": [ "payload": [ "aps": ["sound":"default"] ] ]

Based on format described here: https://developer.apple.com/documentation/usernotifications/generating-a-remote-notification

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: 3c71