How to add a notification badge to the launcher app icon?

Hi,
did you resolve this?

Thanks

Yes, here:

<ion-badge color="danger" item-right class="segment-badge">{{notifications}}</ion-badge>

Just put that whereever you need and change vars accordingly.

But this is not solution for app shortcut icon. This code is used in app.

So the solution is to use right payload from documentation for Android /iOS.

That Still working? i can’t use it