Cordova Push Notifications with PushPlugin

June 19, 2015 | Posted in Cordova | Ajoy Oommen

This post is about additional resources and links related to PushPlugin, which is a:

Cordova Push Notification plugin for Android, iOS, WP8, Windows8, BlackBerry 10 and Amazon Fire OS

Answers on StackOverlfow

  1. Notification message not received if the notification is discarded by the user. Solution: use sendExtras
  2. PushPlugin.register returns OK even if not connected to the Internet
  3. Multiple notifications are created if user doesn’t read the previous. Use notification IDs
Cordova Android

Related Posts

20 Feb 2016 » Streaming radio in a Cordova app

18 Nov 2015 » Debugging with adb logcat

11 Oct 2015 » Content Security Policy for Cordova