55
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 29 Sep 2025
55 points (100.0% liked)
Privacy
42245 readers
969 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
Signal uses Play Services for its push notifications. It does have a fallback method which maintains a connection to their servers to get message notifications. It requires changing some battery optimisation settings which might have some minor battery impacts.
Personally I'm using Molly which implements UnifiedPush for Push Notifications without Molly/Signal needing to run in the background constantly. Also swaps a few other Google dependencies (like location pins) with open source alternatives.
Having the second profile with Google Services is a good idea though. That was what I used to do before I shed my last few Google dependencies.
But then UnifiedPush instead needs to constantly run in the background though? So where is the benefit over Signal's fallback method for push notifications? Is it that UnifiedPush could be used for many other apps at the same time?
That's pretty much exactly it. Not much benefit for only one application. But I have multiple apps that all recieves notifications via UnifiedPush. My UnifiedPush client (ntfy) stays running in the background, the rest of the apps can go to sleep and get woken up if something haopens.
There are a couple of dependencies that I will find hard to get rid of like bank authentication. Its getting really hard to find banks that will allow 2FA via methods that don't require the app.
Me too, but even with no limit to battery usage it still gets killed after a while in the background...
Me too. I am rolling like a fucking tire. I fucking love everything.
Is that with using UnifiedPush or the WebSocket notification method?
Seems to be websocket as it doesn't require extra configuration.