sadly it's not possible on a mobile client unless it's "always on"
Login to reply
Replies (3)
only works if allowed accesss to always run. give users the choice of run in the background. their battery their choice and many do so with signal
Prism is a scheduling & share-to-nostr app for Android. It schedules on device. @Ryan says it's a vibe-coded hobby project but it's pretty dang nice to use.
# PrismπΊ
- minor bug fixes to improve the user experience.
[Download 1.1.1](https://github.com/hardran3/Prism/releases/tag/1.1.1)
View quoted note →
Check out what I did with Prism. I used AlarmManager to call workmanager to get reliable background scheduling of notes, even when the app is closed. You do need to get a couple permissions, but onboarding can solve that.