-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
platform: androidIssues / PRs which are specifically for Android.Issues / PRs which are specifically for Android.plugin: messagingtype: bugSomething isn't workingSomething isn't working
Description
Describe the bug
I try to set differents notification icons, the default one is set in my manifest and is working well in dev build & in release build. I added other icons (white with transparent background, in mipmap folders like the default one), in dev build I can change the icon (by passing a notification.icon in my FCM http request) and it's working. The bug is in the release build (I tested it on an alpha release on the playstore), when I try to change the icon, I've a square. However, the default one is working.
To Reproduce
Steps to reproduce the behavior:
- Setup firebase_messaging
- Add one or more .png in mipmap folders
- Push a release build into the playstore
- Send a notification with a custom icon
Expected behavior
The custom icon should be appear instead of a square in the release build like the dev one.
Metadata
Metadata
Assignees
Labels
platform: androidIssues / PRs which are specifically for Android.Issues / PRs which are specifically for Android.plugin: messagingtype: bugSomething isn't workingSomething isn't working