Unfortunately, its difficult to test it as Im not receiving mesSage notifications on iOS or GrapheneOS

Reply to this note

Please Login to reply.

Discussion

Thanks for your constructive comment. I’ve been using White Noise Messenger for a short time on a small scale. Messages come through reliably for me as long as I allow the app to run in the background. I’m on GrapheneOS. That said, I’ve noticed the app can use a lot of battery when background activity is enabled. There are still a few minor bugs, but I’m sure things will improve over time.

Yeah the battery drain is insane with our initial approach, we're making a big architecture change to hopefully reduce this substantially.

iOS doesnt allow client side notifications, so we first have to invent a private notification server scheme, that's MIP 5 https://github.com/marmot-protocol/marmot/pull/18

On Android the client keeps running in the background and checks for new messages to notify you every 30 seconds.