Skip to content

[Firebase Messaging] Notification Channel set in AndroidManifest.xml has not been created by the app. Default value will be used. #2313

@zadcall

Description

@zadcall

Describe the bug
when sending a notification while app is in recent apps the notifications arrives but the code in the on resume function is not executed instead this error message appears :
Notification Channel set in AndroidManifest.xml has not been created by the app. Default value will be used.
the code in the on resume is just a print of the message.

To Reproduce
Steps to reproduce the behavior:

  1. put the application in the recent apps.
  2. send a message via firebase console.
  3. notification is sent to device but no print in the logs instead this error message.
    Notification Channel set in AndroidManifest.xml has not been created by the app. Default value will be used.

Expected behavior
the print must be seen in logs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    platform: androidIssues / PRs which are specifically for Android.plugin: messagingresolution: userThis was a user issue, e.g. invalid configuration or code.type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions