I’ve been going from app to app, some clients have a push notification setting but I’m still not getting anything when I’m outside of the app. What’s causing this? And are there apps where push notifications are working currently?

all 13 comments

sorted by: hot top controversial new old
[+] 20 points 2 years ago* (last edited 11 months ago) (1 child)
  • [–] 5 points 2 years ago (2 children)

    I know Thunder on Android has push notifications because it checks once every 15 minutes for anything new. But I do not know about iOS.

  • source
  • hideshow 4 child comments
  • [–] 1 point 2 years ago (1 child)

    Checking at a regular interval is "pull" (not push) though. Push means the client keeps a low-bandwidth connection to the server open so the server can notify the client as soon as something has happened.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    Point taken, LOL. But at least you get notifications. At least on Android. As I said, I have no idea whether it works on iOS or not.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    Yep. I'm not sure if OP was looking for technically-pull clients specifically, though I have to imagine conventional notifications are a basic feature even on iOS.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 2 years ago (1 child)

    Pull clients? I’m new to all of this. 😭

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago

    The difference is just whether the client app gets notified of new messages/replies by asking the server "Is there anything new?" on a set schedule (pull), or if the server sends the notification "Here's something new!" only when there is a new one (push).

  • source
  • parent
  • [+] 2 points 2 years ago* (last edited 2 years ago) (1 child)
  • [+] 1 point 2 years ago* (last edited 1 year ago) (1 child)