gorush icon indicating copy to clipboard operation
gorush copied to clipboard

Support of UnifiedPush

Open genofire opened this issue 3 years ago • 3 comments

e.g. https://gotify.net/

More Information of UnifiedPush here: https://unifiedpush.org/

genofire avatar Jun 26 '21 20:06 genofire

For some more context, to gorush, UnifiedPush is a provider like FCM, APNS, etc. but it allows self-hosting the push server. The server specification is here. A (much more basic than gorush) gateway - also in Go - is here. The "gateway" from an application server to the push provider is what I understand gorush does AFAICT.

karmanyaahm avatar Jun 27 '21 06:06 karmanyaahm

it will not support iOS pushes, right?

keremoge avatar Jun 29 '21 09:06 keremoge

it will not support iOS pushes, right?

Not right now, because iOS doesn't allow running user apps in the background. Currently support is for Android and Linux-like platforms.

karmanyaahm avatar Jun 29 '21 13:06 karmanyaahm