Top "Phonegap-pushplugin" questions

[DO NOT USE THIS TAG - Use phonegap-plugin-push instead] This plugin is for use with Cordova, and allows your application to receive push notifications on Android, iOS and WP8 devices.

Device is not defined error pops up when launching my Phonegap Push notification app

I used the example source code from (https://github.com/phonegap-build/PushPlugin/tree/master/Example/www). Problem is that, when …

android cordova phonegap-pushplugin
Cordova: Problems with GoogleService-info.plist

Currently, I'm working on an app. For the notifications I've been using phonegap-plugin-push combined with Firebase. I'm using this plugin …

ios iphone cordova firebase phonegap-pushplugin
cordova push plugin callback not invoked when the app is in background

I have the push plugin https://github.com/phonegap-build/PushPlugin.git configured with cordova 3.5. When the app is in foreground, …

cordova push-notification cordova-plugins phonegap-pushplugin
Can't find variable: device

I'm stuck in this phonegap project. Everything works perfect on Android and iOS <= 7 but fails on iOS >= 8.0. A …

cordova ios8 phonegap-plugins phonegap-build phonegap-pushplugin
how to open secific page onclick on notification in phonegap 3.6 by using pushplugin

I am using PushPlugin in my Phonegap Application. I don't have any problem getting Notification from the server, but i …

cordova push-notification phonegap-pushplugin
phonegap-plugin-push on("notification") event is not firing when app is in background

I am using following plugin for push notification in Ionic2 http://ionicframework.com/docs/native/push/ Expected Behaviour: When app …

cordova push-notification ionic2 cordova-plugins phonegap-pushplugin
Detect uninstall event in phonegap app

When a user installs my app I register his registration ID (android) or device token (iOS) and send push notifications …

android ios phonegap-pushplugin