On Android, I can send a silent push that gets delivered to the system tray. On iOS, I'm not sure if this is possible. I removed the alert
property from aps
, and I'm sending an empty string for sound
. What I'm seeing is that the badge count is updated silently (which is good), but there is nothing in Notification Center. So is there a way to send a push to NC without a sound?
Note that I do not want the push to pop up on the screen (i.e. the user should not see it unless they swipe down on the screen to reveal what's been delivered. In other words, I'm trying to match the behavior on Android).