-
Notifications
You must be signed in to change notification settings - Fork 4k
Missing Default Notification Channel metadata in AndroidManifest. Default value will be used #343
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
Comments
The issue at flutter/flutter#39075 has been closed and moved here. Future collaboration on this issue will be done here. |
Same issue here. I tried to add the following to Manifest.xml but with no chances.
As a result, the code that should be executed by onBackgroundMessage is not executed. Hope this can be fixed |
Hi @Mostafa-SA-developer |
Please check the comment #88 (comment). I'm going to close the issue to avoid duplication, please follow it in #88 and upvote. |
Hello, I am facing the same issue. could you please help me |
Could everyone who still has this problem please file a new issue with the exact descriptions what happens, logs and the output of 'flutter doctor -v' please. |
I'm using firebase_messaging: ^5.1.6 C:\src\flutter\bin\flutter.bat doctor --verbose [√] Android toolchain - develop for Android devices (Android SDK version 29.0.3) [!] Android Studio (version 3.6) [√] VS Code (version 1.44.2) [√] Connected device (1 available) ! Doctor found issues in 1 category. |
Same issue here: tk-macbook:minitracker tobias$ flutter doctor -v [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.1) [✓] Xcode - develop for iOS and macOS (Xcode 11.3) [✓] Android Studio (version 3.5) [✓] VS Code (version 1.44.2) [✓] Connected device (1 available) • No issues found! Inside in Manifest:
|
hi @iapicca i have same issue , [√] Flutter (Channel stable, v1.17.1, on Microsoft Windows [Version 10.0.17763.1217], locale en-US) [√] Android toolchain - develop for Android devices (Android SDK version 29.0.1) [√] Android Studio (version 3.4) [√] IntelliJ IDEA Community Edition (version 2019.1) [√] IntelliJ IDEA Ultimate Edition (version 2018.3) [√] VS Code, 64-bit edition (version 1.45.1) [√] Connected device (2 available) • No issues found! and The Wirring is : W/FirebaseMessaging(12841): Notification Channel set in AndroidManifest.xml has not been created by the app. Default value will be used. |
This comment has been minimized.
This comment has been minimized.
My English is not perfect, but I solved it by adding a channel natively and then in the manifest where it says channel id I put the id of my channel created natively |
please show how |
please show us how to do it |
How? |
i have issue in notification when i open app and receiving notification from firebase its working
but when i out of app and receiving notification from firebase i get this issue
Missing Default Notification Channel metadata in AndroidManifest. Default value will be used
my code
my Manifiest.xml
The text was updated successfully, but these errors were encountered: