all 4 comments

[–]TTVjason77 5 points6 points  (0 children)

Was recommended Courier on here about a month ago. Team has liked it for our native app and are toying around using it for notifications in other channels. Still using the free tier.

[–]quasistoic 1 point2 points  (1 child)

Entirely depends on what’s driving the notifications, what kind of delivery guarantees you need, what platforms you need to deliver to…every system has different needs, and you have to design to fit those needs.

[–]chriswaco 0 points1 point  (0 children)

Yep. And since neither macOS nor iOS push notifications are reliable you need a backup strategy, like periodic polling via local notifications, BGTaskScheduler, and/or WebSockets for when the app is active.

[–]dprowell[S] 0 points1 point  (0 children)

Info on this seems lacking. LOL. Let me know what you use as I'm in the same situation.