I am wondering how to send a Push Notification with NO sound.
From Apple’s website:
The sound in this file is played as an alert. If the sound file
doesn’t exist or default is specified as the value, the default alert
sound is played.
This says that if I use “default” for the sound file or if I specify a sound file that does not exist, it will play the default alert sound.
But it does specifically state how to have no sound… If I just do not include a sound in the payload (leave it out), will this mean that there will be no sound played?
Thanks
That’s right. Just don’t include
soundin the payload. Or, don’t even register for sound notification type if you’re never going to want to play sounds.