Hello, it works now. A few more things need to be done additionnally to what Igor listed. You need to manually add the information contained in the plugin.xml file into the appropriate file (AndroidManifest.xml). You also need to modify a bit the file local-notification.js and wrap the content into ...
Hello, I've managed to create an app with GCM notifications working. Now I would like to manage the content of the notification before it displays in the notification bar. Therefore, I added a "Push notification" event on the start screen, but it seems to not be doing anything. I've added ...