I am using OneSignal plugin and OneSignal Api to send the push notifications.
Everything works, but the notification always come with the default bell icon not with the default app logo. I have tried to add "ic_launcher" in small icon property but nothing worked.
I have seen few solutions proposed on the forum, but they all are not compatible with the latest mabs version 9.0 or 9.1 and I can not degrade the app's mabs version.
can anyone please help me to solve this problem
Thanks in advance
Can we have some screenshots? @Anil Kumar
Image Caption
I am using the server action to send notification to the user, my problem is when I receive the notification on the mobile it doesn't come with the application icon.
you can see the small icon property in the second screenshot.
Hi @Anil Kumar ,
Try to generate small icons with this link,
http://romannurik.github.io/AndroidAssetStudio/icons-notification.html#source.type=clipart&source.clipart=ac_unit&source.space.trim=1&source.space.pad=0&name=ic_stat_onesignal_defaultIf you prefer to create your own icons, you must make your icons the preferred sizes and make the small ones in white with a transparent background.
May be its works for you .
Thanks
@Harshit Nag Please refer to below screenshot I am looking for the solution that how can I put the icon property to show my application icon on push notification.
it comes with the bell icon by default.
@Anil Kumar small icon must be a drawable in resource
In Extensibility Configurations JSON Schema
Check this Solutions may will work for you .
https://www.outsystems.com/forums/discussion/25899/onesignal-plugin-how-to-set-small-icon-for-android/#
https://www.outsystems.com/forums/discussion/23123/add-drawable-icons-to-mobile-application/#
I have tried this steps but it didn't work probably because of the MABS version it works with 5.2 I think.
Hey @Anil Kumar,
Did you found any solution for this topic?
Thank you.
Hey @Tiago Gomes,
Not really, the solution so far is by adding some json in the extensibility configuration of your mobile app.
and that only works if you have mabs version 5.0 or less this does not work in the latest mabs version.