Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TF-3275 Fix FCM iOS foreground desync #3314

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tddang-linagora
Copy link
Contributor

Issue

Root cause

  • Notification from FCM contains mutable-content: true
  • Those notification will be transfered to Notification Service Extension (See here) whether the app is in background or foreground
  • Due to the app is in foreground, no notification will be shown
  • Due to NSE handle the data, FCM on Flutter side cannot handle it

Resolved

Screen.Recording.2024-11-28.at.14.55.12.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant