Hello everybody, I followed what's written in the github repository but I think I didn't quite understand how to use this plugin.
I put this code in the app and no notification appears...
var push = PushNotification.init({ "android": {"senderID": "12345679"}, "ios": {"alert": "true", "badge": "true", "sound": "true"}, "windows": {} } );
I'm using cordova version 5.1.1 on Android. I use jQuery only. My OS is Windows 7 and I use the CLI to compile.
Can someone explain better, please?