this post was submitted on 25 Nov 2024
15 points (89.5% liked)

Asklemmy

43962 readers
544 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 15 hours ago (4 children)

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.

[–] [email protected] 2 points 14 hours ago (3 children)

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.

[–] [email protected] 2 points 14 hours ago (2 children)

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.

[–] [email protected] 1 points 6 hours ago (1 children)

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

[–] [email protected] 1 points 6 hours 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).