No sound in Parse push notification for ios8

后端 未结 2 763
心在旅途
心在旅途 2021-01-19 19:29

I\'m having as issue with Push Notification to iOS8 device. Everything works fine, but the push is not ringing, only appears on the screen. I am sending normal pushes via da

2条回答
  •  失恋的感觉
    2021-01-19 20:22

    Seems like you need this in the request JSON: "sound": "default". Blank used to work, but now needs "default" to use the default sound.

提交回复
热议问题