Hi, I've set my app to receive app scope push notifications in both IOS and Android platforms.
Everything is working perfectly when I receive the notifications, except just one thing. In Android the custom icon in the notification is not shown, instead, it shows the Android's default Icon.
I've already set up the project folder structure and naming conventions as the docs points, like
Assets/Plugins/Android/res/drawable-hdpi/ic_launcher.png
Assets/Plugins/Android/res/drawable-ldpi/ic_launcher.png
Assets/Plugins/Android/res/drawable-mdpi/ic_launcher.png
Assets/Plugins/Android/res/drawable-xhdpi/ic_launcher.png
Doing in a different manner the compilation would fail. I'm using Unity 5.4.0f3 and Kii Unity SDK 3.2.6.
Is there something i'm missing?
I would appreciate any help.