Show notification On App Icon when app is closed

Hi
I want to show notification count and play sound sound accordingly when app closed .

how I am able to do this with ionic and cordova.

I don’t have much idea with cordova . tats why I did not try anything so far.

any help will be appreciated .

any body give me some hint ?

Push Notifications have a parameter called badge on the send method (depending on your backend OS). The badge is an int which increments the badge nr on your app by the given param even when it’s closed (that’s how Push Notifications work). The same is with sound.

hi @vhoxha08 thankx for comment .
are you talking about Push plugin in ionic native,describe here? can please help me ,where in my application I write code for push notification ?