通知外观不起作用

时间:2018-01-12 14:46:44

标签: java android firebase push-notification android-notifications

我在Play商店中有一个应用程序,firebase推送通知图标如下所示,

https://i.stack.imgur.com/918D2.png

所以我在我的Manisfest中添加了这个:

  <meta-data android:name="com.google.firebase.messaging.default_notification_icon"
        android:resource="@drawable/iconfirebase" />

  <meta-data android:name="com.google.firebase.messaging.default_notification_color"
        android:resource="@color/colorPrimary" />

当我使用手机作为模拟器时,这有用,但是游戏商店更新保持不变,它没有改变颜色或图标(图标是白色的,透明度在png中)。

有谁知道可能发生了什么?

0 个答案:

没有答案