Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am building an application that needs to notify users in realtime, so I thought about using push notifications since WebSockets are "paused" when the application enters in background mode. But I'm having trouble finding Push Notifications services that accomplish this task (realtime push notifications).

I have tested and read about Google Firebase Cloud Messaging (FCM) reliability. It not always push the messages in realtime. And learning about PushWoosh I had the impression that it uses FCM under the hood to send push notifications (it requires FCM authentication data).

So, my question is if PushWoosh uses FCM under the hood and, most important, if it guarantees the Push Notification is received by the user in realtime (or ~5sec).


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
648 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...