No sound in Parse push notification for ios8

后端 未结 2 764
心在旅途
心在旅途 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:08

    The push register method is changed in iOS 8.Check following possibilities..

    1)Check whether you register push notification with sound as this link.

    2)Another possibility is sound can be switched off in notification centre.Check in settings-->notification centre-->click on the app and enable sound.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题