2017-01-19 34 views
0

我已經看到了你可以在Android中設置默認圖像火力地堡推送消息是這樣的:火力地堡通知默認圖像的iOS

<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

不可以。默認圖像APNS推送通知是不可能的。