kennytaylor on Nostr: He might be referring to notifications. Android is pretty aggressive at killing ...
He might be referring to notifications. Android is pretty aggressive at killing backround apps. To really do background notifications on par with SMS, Snapchat, etc. you'll need to use the Android push API.
The client could tell a push server 'watch for type 4 messages to my nsec on theae relays', the push server would listen, then send a push to the client telling it to wake up and check for the DM. The DMs remain secure because the push server isn't working as a proxy and doesn't ever need the client's private key.
The client could tell a push server 'watch for type 4 messages to my nsec on theae relays', the push server would listen, then send a push to the client telling it to wake up and check for the DM. The DMs remain secure because the push server isn't working as a proxy and doesn't ever need the client's private key.