mattermost / mattermost-mobile

Next generation iOS and Android apps for Mattermost in React Native
https://about.mattermost.com/
Apache License 2.0
2.2k stars 1.33k forks source link

Android phones do not receive notifications in China #7595

Closed mrchenxxx closed 11 months ago

mrchenxxx commented 11 months ago

Android phones do not receive notifications in China,Can you fix it

amyblais commented 11 months ago

Notifications go through "Firebase Cloud Messaging", a Google service for Push Notifications in Android. Google does not operates in China.

Right now we have no method to change the notification service used.

There has been ideas about implementing "Unified Push" (issue-mattermost-mobile-6673), but it is something we are not tackling right now.