Hi all,
I am trying to replace the icon display on my push notification device,
currently it’s appear as white black square.
-
i am using “cordova-android”: “^6.2.3”.
-
cordova -v of 7.0.1
-
one plus 5 android device.
-
var pushOptions :PushOptions = {
“android”:{
“icon”:“ic_action_airport_shuttle”
},
“browser”:{},
“ios”:{
“alert”: “true”,
“badge”: “true”,
“sound”: “true”
},
“windows”: {}
} -
i have generate the icons with click
-
i have store the generated files in platforms/android/res
please help…