Hi guys
I have Mobile App and going to publish it soon and want to know
if anyone done it before and how its possible to have 'App icon notification, like it is in the picture
Is it possible ?!
Thanks!
That’s known as badge not icon. iOS and some Android layers (because not all androids have badge count) add it when a service use the function (natively) served by the OS in their notification actions (onesignal, urbanairship, firebase, aws).
So you don’t need to create anything like dot images, or count numbers… You have to add one of those notifications providers that will do that part.
Best.
“You have to add one of those notifications providers that will do that part.” here you mean to use plugins such as
one signal web notification ?!
Yes, after the configuration of your plug-in, you have to configure your Android project or your xcode.
Then when onesignal send notification will trigger the badge.
Regards.
And it the same with IOS right ?!
Yes, that’s the xcode project.
Thank you !
Not applicable for wrapped mobile apps but found this for web apps https://bubble.io/plugin/iosbadge-1534131412350x622801504776224800
Thanks for your answer, but is there any instruction how to use this badge ?!