Questions tagged [phonegap-pushplugin]

[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.

Description:

[DEPRECATED] Use phonegap-plugin-push instead.

This plugin is for use with Cordova, and allows your application to receive push notifications on both Android and iOS devices. The Android implementation uses Google's GCM (Google Cloud Messaging) service, whereas the iOS version is based on Apple APNS Notifications. Support for Windows Phone 8 was added recently.

Installation:

Repository:

GitHub: Cordova Push Notifications Plugin for Android, iOS and WP8

313 questions
8
votes
3 answers

Cordova Push Notifications (PhoneGap PushPlugin) not firing ecb callback (onNotificationAPN)

I'm using the Cordova Push Notifications Plugin 1.3.4 with my Cordova/Phonegap App. Unfortunately, when receiving a push notification, the ecb callback in my JavaScript is never fired and I can't handle the push notification (not even when the app…
Mobiletainment
  • 22,201
  • 9
  • 82
  • 98
7
votes
1 answer

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 for Android as well as iOS. On Android it works perfectly fine, sure I've been experiencing problems, but got…
Giovanni
  • 400
  • 1
  • 5
  • 22
7
votes
4 answers

PhoneGap Build won't build for Android with PushPlugin

We have a PhoneGap app which refuses to build once we add in PushPlugin. Specifically when using PhoneGap Build we get the error: BUILD FAILED /home/ec2-user/android-sdk/tools/ant/build.xml:573:…
7
votes
1 answer

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 that work fine. But now I want to remove the user from the server when the app is uninstalled. How can I accomplish this in…
ahsanali
  • 83
  • 1
  • 5
6
votes
1 answer

Doze mode, GCM notifications and http requests on Samsung S6

My problem is linked to stackoverflow's "doze-mode-and-gcm-notifications" and "android-doze-mode-gcm-priority" questions, but since the solution for both is to use Google play Service 8.3.0 it's not helping for my case. Context I am sending silent…
6
votes
1 answer

Android Status Bar Icon Size - Using Cordova / Phonegap Push Plugin

Im developing an Android app using Ionic (Cordova + AngularJS). With it i use the Push Plugin (https://github.com/phonegap-build/PushPlugin) In my resources Folder i have 6 different Application Icons specified, from ldpi to xxxhdpi
6
votes
1 answer

Urban Airship push notification icon in above Android 4.4 with PhoneGap

I'm using Urban Airship push notification plugin in android. Everything working fine but in above Android 4.4 push notification icon is become white and not showing notification icon. This issue is only in Lolypop (>4.4). Any help is appreciated…
Ritesh Kumar Singh
  • 344
  • 2
  • 3
  • 19
6
votes
1 answer

ngCordova/Ionic Push Notifications when application is in the background

I'm currently building an android application using ionic/ngcordova. I'm at the point of implementing push notifications. I've implemented push notifications as a service which is injected at app.run(function(){..}) stage. The registration part…
6
votes
1 answer

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 need when i click on notification, then i want to open a specific page like "home.html" page or "information.html" page but it's…
Neotrixs
  • 2,495
  • 4
  • 28
  • 58
6
votes
1 answer

Cordova Pushplugin: ecb not called

I am trying to retrieve the device registration ID in order to send notifications to it from my backend. I already gave it several tries: Outside my Object GambifyApp.NotificationManager = window.GambifyApp.NotificationManager =…
m0c
  • 2,180
  • 26
  • 45
6
votes
2 answers

Cordova detect cold start from Push Notification

I have a cordova app (codova (3.4.0) running on iOS and soon also on Android. Push notifications are implemented and working. I'm having troubles detecting when the app was started through a push notification and redirecting the application to the…
6
votes
5 answers

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, the notification plugins callback is invoked and everything works as expected. When the app is inactive(in the…
5
votes
3 answers

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 is closed, And notification received, And when user tap the notification, on("notification") event should fire after…
5
votes
2 answers

Phonegap push notifications implementation

I know this type of question has been made before but my problem is, there is so many different answers and let´s just say that the docs are not that good, the thing is, i want to implement push notifications on my app but i´m stuck on step 3 and 4…
5
votes
2 answers

ionic set badge after push notification

I'm using IONIC Framework and I'd like to set the badge of my application after I'm getting push notification. Is there a way to do it when my application is closed?
crazybob
  • 2,307
  • 1
  • 21
  • 26
1
2 3
20 21