this post was submitted on 13 Oct 2023
105 points (99.1% liked)

Open Source

30602 readers
147 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] version_unsorted@lemmy.ml 5 points 11 months ago (2 children)

It is pretty common when starting to use apps that don't depend on Google services to not get notifications. Many struggle with inconsistent and sub-optimal notification strategies such as background sync via polling or a custom notifications service and need battery optimizations turned off. UnifiedPush allows for push notifications from a server or your choosing so those other methods don't need to be used.

[–] miss_brainfart@lemmy.ml 2 points 11 months ago* (last edited 11 months ago)

The app was generally able to send notifications just fine, through whatever way they used back when I tried it. Probably a websocket, since UnifiedPush is only now being introduced.

Just when I used the database encryption specifically, the app was fully locked down, and wouldn't send notifications out, then.

I'm just wondering if that is by design, or if I maybe just missed a crucial setting.