Questions tagged [push-notifications]

Push notifications are notifications directly sent from a server to your phone using Google Cloud Messaging or similar, without an app on the phone having to run all the time to create the notification

Many apps need to run all the time or periodically to get new data from a server in order to notify you of it: for example, an email client might run every 15 minutes to check for new mail on the server. This is called client pull or polling.

This is bad for battery life, but there's another way: when there's a server, it can send a message directly to the phone to give an app new data or trigger some action (such as updating an app). This is called server push, so when this is used to generate notifications on the device, they're called push notifications. (See How do push notifications work? for more details on how this process works.)

Note that although SMS messages and phone calls are sent without the phone having to poll, these aren't usually referred to as push notifications, because they're special and don't use Internet.

If your question is about notifications in general, or specifically about apps which notify you by polling for new data, use the tag instead. Use this tag only if your question is specific to notifications pushed from a server using Google Cloud Messaging or similar.

105 questions
28
votes
3 answers

How do push notifications work?

I am wondering how is push notifications system working? Is there an active TCP/IP connection that runs in the background to Google servers?
opc0de
  • 383
  • 1
  • 3
  • 6
1
vote
1 answer

What could be the cause of not receiving push notifications through 3g (gsm)?

When I'm on wifi I get push notifications normally. But if I go on 3g/4g only, I can use the net normally but I am getting no push notifications. This is the same for several applications that get push notifications, so it's not an application's…
gl00ten
  • 111
  • 1
  • 4
1
vote
0 answers

All notifications come at the same time

I have a Samsung S21 Ultra 5G, using Android OS 11 I have enabled push notifications for multiple apps and gave them all different notification sounds. Apps like news, twitter, banking, online ordering, transport alerts, weather report…
1
vote
0 answers

How to show an image in notification which is coming from an app server using google cloud messaging in android

Link of image is coming from an app server but image is not shown on app in notification. How to resolve this problem? Please help me
0
votes
1 answer

Configurating push notifications

I've been struggling for a while with push notifications. I want to configure them so I can avoid getting social networking notifications while at work. I don't want to uninstall them or log out, and I don't want to receive them while at work, as I…
0
votes
1 answer

private or unknown calls on call logs

I have noticed that when I receive a call from a private or unknown number, the notification does not appear on my call log list. How can I get a private or unknown number call I receive to appear on my calling log list?