Can I send a notification to APNS without Badge / Alert / Sound, which should notify only to my app which is installed in the iPhone ?
It's like custom notification sending via APNS to the App in the device which should not alert the user.
Is it possible,if yes how ?
Thanks in advance !
Silent push notifications are simply notifications that mobile app users receive without any pings, alerts, or interruptions to the user. They arrive on the mobile device and sit in the notification tray until read or dismissed.
Android and Fire OS don't require a user to opt in to receiving these notifications from apps.
To set a custom notification sound go to 'Settings,' scroll down, and then tap on 'Sound & Haptics. ' Under 'Sounds and Vibration Patterns,' select the type of notification that needs to be changed. From the menu, choose the sound that needs to be set as the notification sound.
A rich push notification is a push notification with a rich media attachment. Mobile Foundation v8. 0 supports different rich push notifications for both Android & iOS platform.
Heh. It could be done (but I don't understand the purpose of that):
1) Ask user if he wants to receive Push-notifications that contains only sound alert
2) Send Push-notification without text and set sound-file that doesn't exists in app bundle or that is silent, for example:
{
"aps" : {
"sound" : "0.aiff"
}
}
Do you understand my hack? =)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With