Increase app icon badge in push notifications

Hello!

I am using badge plugin from ionic native but I understand that is it for manipulate the app icon badge inside the app.

I want to manipule in push notifications, I know that in IOS exists badge key but only can be setted in 1.

Someome know which is the correct way to increase badge in push notifications? IOS and ANDROID

Thanks a lot!

Raul

Whatever plugin you use to handle push notifications should also be able to manipulate the badge numbers of your app.

The solution was store badge number on server side!

Thanks a lot