Hi!
I’m trying to set up the phonegap push icons, but I can’t find a way.
This is my code:
android: {
senderID: ‘xxxxxxxx’,
icon: ‘./assets/img/imageName’,
// iconColor: “blue”,
},
I also tried using icon: ‘imageName’, but doesn’t work either.
In ionic 2, i had mipmap images inside their folders, and others, but now when I use “ionic resources”, only creates drawable images, without folders, just the images.
Whats the way to use the icon??
Thanks!!