The push notification clears when the user taps on the notification to open app. However if the user goes and opens the app, the push notification is still there. How can I get rid of the notification? I can’t seem to find anywhere in the documentation that addresses this.
I read your q a few times and my notifications from clash of clans don’t clear if i open the app direct from shortcut either. Have you seen an app that does this?
If you’re using localNotifications I guess that might work. Are you using the local notifications plugin to handle your push notifications or just sending push notifications from Ionic Push service?
Hi,
In the documentation Ionic says that “We use Phonegap’s push plugin to receive native push notifications on iOS and Android devices.” and the push plugin is here https://github.com/phonegap/phonegap-plugin-push.