Firebase Notification is grey flutter

后端 未结 3 2152
攒了一身酷
攒了一身酷 2021-02-09 12:49

I\'m using Firebase Cloud Messaging to send notifications to my Flutter app. It works fine but my app icon notification is grey on the Google Pixel XL. I can see the outline, b

3条回答
  •  萌比男神i
    2021-02-09 13:21

    I know this question is regarding Firebase notification but since on searching the same for local_notifiction grey icon error this post came ...so finally I was able to find the solution to that(in my case icons work fine in debug mode but on building apk icons become grey boxes)

    Solution:- in Android/app/src/main/res create a new directory named raw and in that directory add a file named keep.xml and copy paste the following:-

    
    
    

提交回复
热议问题