Questions tagged [silentpush]

Use this tag for Silent push notifications to mobile

Background update notifications improve the user experience by giving you a way to wake up your app periodically so that it can refresh its data in the background.

Docs: https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CreatingtheNotificationPayload.html

Famous Q&A: What is Silent Push Notification? When does the device receive it?

51 questions
0
votes
2 answers

Does silent push notification able to awake app which is in not running state in ios?

i want to insert push notification data into sqlite even if my app is in not running state(Close state). How do i achieve this??? Type of Notification is silent push notification.
Maulik Pandya
  • 2,200
  • 17
  • 26
0
votes
2 answers

Silent notification

Although I receive a silent notification (content-available=1) in my app, a pop up message appear all the times which should not happen. I use the OneSignal service. Could anybody assist? Methods executed are as…
0
votes
1 answer

Silent Push iOS doesn't work after reboot

From my Java Server, I am sending a silent push in that way: PushNotificationBigPayload payload = PushNotificationBigPayload.complex(); // Le decimos que vamos a mandar un silent…
0
votes
1 answer

How does the message notifications disappears from the notification tray?

I have checked the scenario where i got the text messages notifications on my iPhone device, i read those message from my mac iMessage application then the notification which is there on the device notification tray are automatically…
Suhas Arvind Patil
  • 1,732
  • 1
  • 19
  • 31
-1
votes
1 answer

Silent Push in iOS13

I gone through the apple doc, they made some changes related to silent push. We have to add apns-push-type in headers and also apns-priority should mention 5. I made these changes, normal pushes working fine but in silent case i am not receiving any…
-7
votes
1 answer

What was the better method to implement chatbox on mobile nowaday

I was implementing mobile game with my team. And we have argument that push system may not reliable enough. So we should find third party chat message service or open our own chat server instead of relying on silent push notification But some still…
Thaina Yu
  • 1,372
  • 2
  • 16
  • 27
1 2 3
4