How to send iOS notificaiton without sound or vibration?
How to send iOS notificaiton without sound or vibration?
sending a notificaiton to iOS devices without sound
Written by Abdullah Diaa
Updated over a week ago
Simply set the sound parameter to "silent"
And from API
{
"msg": "Message without vibration or sound for iOS",
"sound": "silent",
"platform": [
0
]
}