【问题标题】:Firebase push notification app icon is missingFirebase 推送通知应用图标丢失
【发布时间】:2021-07-03 01:49:39
【问题描述】:

我在 unity android 应用程序中使用 firebase 云消息推送通知,我得到一个小图标但缺少右侧应用程序图标。请检查所附图片。enter image description here 我正在寻找解决方案,但没有找到。 如果有人有解决方案,请分享。提前致谢!

【问题讨论】:

标签: android firebase unity3d notifications push


【解决方案1】:

请分享您的通知代码,

或者试试下面的代码smallIcon()方法

NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(baseContext).setLargeIcon(large_icon) .setSmallIcon(图片);

希望它会起作用..!!

【讨论】:

    猜你喜欢
    • 2021-11-15
    • 1970-01-01
    • 2021-01-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-03-05
    • 2018-09-19
    • 1970-01-01
    相关资源
    最近更新 更多