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 .
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.