You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS 16, if the app is killed (swipe up), after some time or after other apps have opened, _firebaseMessagingBackgroundHandler stops to be called and the app can't display notifications.
Steps to reproduce
Steps to reproduce the behavior:
Example app
Run the app in the release mode, iOS 16
Kill the app (swipe app). After that in a few minutes, the app receives pushes.
Open another 2 apps, for example, google maps and etc.
The app stops receiving pushes.
Expected behavior
The killed app should receive pushes even after few hours after it was terminated.
Sample project
firebase_messaging example app
Flutter doctor
Run flutter doctor and paste the output below:
Click To Expand
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.3.6, on macOS 12.6 21G115 darwin-arm, locale
en-DE)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] IntelliJ IDEA Community Edition (version 2022.2.2)
[✓] VS Code (version 1.72.2)
[✓] Connected device (4 available)
[✓] HTTP Host Availability
• No issues found!
Flutter dependencies
Run flutter pub deps -- --style=compact and paste the output below:
awaik
changed the title
🐛 [firebase_messaging] Your issue title here
🐛 [firebase_messaging] iOS 16, killed app stops to receive notifications
Nov 2, 2022
Looking at the description and steps to replicate, it looks similar to #9625, so I suggest you to follow-up in it for further updates.
Closing this as duplicate. If you disagree, write in comments and I'll reopen it.
Bug report
iOS 16, if the app is killed (swipe up), after some time or after other apps have opened,
_firebaseMessagingBackgroundHandler
stops to be called and the app can't display notifications.Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
The killed app should receive pushes even after few hours after it was terminated.
Sample project
firebase_messaging example app
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
The text was updated successfully, but these errors were encountered: