I am using Firebase push notifications in my iOS Application. Although I am able to send the notification by sending below payload, it doesn't play a sound when received.
{
"to": "myToken",
"notification": {
"body": "test",
"title": "test"
},
"priority": "high"
"sound": "default"
}
If I send the test message from console, it works well and plays notification sound.
Note:
- My Authorization code is correct
- I am sending http request to
https://fcm.googleapis.com/fcm/send
- I have tested it on IPhone 4 , IPhone 6 and IPhone 6S, All recieve
notifications without sound
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…