Hello, Im using the notifications v2 plugin, to send push notifications from firebase.
The messages are sent successfully, but the icon in the status bar for my phone (pixel xl) is coming up as a blank white square.
I have followed the guide to creating the notification icons, it is a pure white image with transparent background. and sit in the root folder for the app.
IconNotificationDefault-ldpi.png - (18 × 18)
IconNotificationDefault-mdpi.png - (24 x 24)
IconNotificationDefault-hdpi.png - (36 x 36)
IconNotificationDefault-xhdpi.png - (48 x 48)
have added the plugin to my build settings and have copied the google-services.json to my root directory and referenced it in the build settings
settings = { useGoogleServicesJson = true, plugins = { ["plugin.notifications.v2"] = { publisherId = "com.coronalabs" }, }, }
am i missing something? i followed the design of the icons from https://developer.android.com/guide/practices/ui_guidelines/icon_design_status_bar.html#size11 but i still get the blank white icon in the status bar