I have used FCM for unity ( from : https://github.com/firebase/Firebase-Unity) . Everything is working fine except on device running on Lollipop or above, notification icon is white.
I have added parameter "icon : " as per ( https://firebase.google.com/docs/cloud-messaging/http-server-ref ) still not able to show it.
Additionally , I tried to downgrade "target-sdk" but other libraries which I am using are conflicting.
Anyone who can tell me How to replace that white default image?
↧