Support receiving notifications via a long connection when running in the background to make it usable on devices that do not support GMS. #8014
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Per Mattermost guidelines, GitHub issues are for bug reports: http://www.mattermost.org/filing-issues/.
For troubleshooting see: http://forum.mattermost.org/.
For feature proposals see: http://www.mattermost.org/feature-requests/
If you've found a bug--something appears unintentional--please follow these steps:
Summary
Mattermost Mobile cannot receive push notifications in regions where FCM is blocked or on devices without GMS installed.
Environment Information
Expected behavior
I noticed that Mattermost Mobile cannot receive push notifications in regions where FCM is blocked or on devices without GMS installed.
Possible fixes
By establishing a long connection directly from the client to the Mattermost server, bypass FCM to receive push notifications (the client needs to run in the background).
It can be provided as an optional feature for users, disabled by default. (The benefit is that it supports these devices without requiring many changes, though it does consume slightly more power.)
The text was updated successfully, but these errors were encountered: