我已经看到您可以在Android中为Firebase推送消息设置默认图像,如下所示:
<meta-data android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/smallicon" />
<meta-data android:name="com.google.firebase.messaging.default_notification_color"
android:resource="@color/colorPrimary" />
有没有办法在iOS中做同样的事情?
答案 0 :(得分:0)
没有。无法使用默认图像APNS推送通知。