Loosing notification resource icons upon platform rm / add

hey guys

is there a way to not manually have to put notification icons into platforms/android/res after i did a ionic platform rm android?

cheers

How did you get them there in the first place?

i put them there manually in the first place.

what i don’t get is that splash and icon resources get pulled out the resources directory, but the notification icons are ignored.
so i wonder if i need to add additional things to config.xml or similar?

I think this is actually just missing from Ionic! I noticed I only have a gray rectangle on iOS in some sizes of the notification icons, probably because exactly this problem.

makes sense that this is handled by the push plugin itself (https://github.com/phonegap/phonegap-plugin-push).