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
2
votes
1 answer

Push plugin notification for apache cordova android app using phonegap-plugin-push

I have an android app built on apache cordova. I want push notifications for this application. I have used Visual studio 2015 IDE to built this application. I have already installed some plugins for this application like…
2
votes
2 answers

Where do I put SENDER_ID for phonegap-plugin-push 2.0.0?

phonegap-plugin-push 2.0.0 "PushPlugin" I updated phonegap-plugin-push to 2.0.0. And on the documentation it says "As of version 2.0.0 the SENDER_ID parameter has been removed at install time. Instead you put your google-services.json (Android)…
2
votes
2 answers

Ionic 2 push notification action button click callback using typescript

I am exploring Ionic 2 push plugin in my ionic application. I have added push plugin and send notification to my app. Now my requirement is to click on notification action button and how to link the callback within my code. Here I mentioned my…
2
votes
1 answer

Ionic 3 send push notification with firebase data vs notification payload

Im trying to make firebase push notification work on IONIC 3 using phonegap-plugin-push with @ionic-native/push plugin This is my Ionic info global packages: Cordova CLI : 7.0.1 local packages: @ionic/app-scripts : 2.1.3 Cordova Platforms :…
2
votes
2 answers

Background Firebase Push Notifications in Cordova

I am using a phonegap-plugin-push for receiving notifications in Cordova Application. I am deploying on android Marsh-mellow for testing. I want to see and store the contents of the Notifications received through Firebase Console when the app is in…
pro_cheats
  • 1,534
  • 1
  • 15
  • 25
2
votes
2 answers

Add new icon for the push notification in Phonegap

I use the phonegap-plugin-push plugin in mine Phonegap app, and I want to set a different icon instead of the used logo app, for the push notification. Following the documentations I do it with this code; anyway this not work, it always use the app…
Marco24690
  • 305
  • 1
  • 4
  • 23
2
votes
0 answers

Not able to get Push notification using Pushplugin

I am using Telerik Icenium and I tried pushPlugin. It was working in my app with GCM, but now I changed from GCM to FCM. I am trying to use pushPlugin v2.0.0-rc2 and I am getting the error below: Uncaught ReferenceError: module is not defined…
2
votes
0 answers

How will i disable debugging in a phonegap APK before published in Google Play?

I have built apk by PhoneGap but when i upload it in google play then google play show me this massage Upload failed: 1. You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play.…
2
votes
0 answers

Notifiactions are not getting in MI, Oneplus, Lenovo Mobiles

I am developing an android app, In that I have incorporated Push Notifications When some action performed in the web app I send a notification to the registered user(Push is incorporated using Amazon AWS). To configure these push notifications I…
2
votes
1 answer

Phonegap Push iOS foreground

I am working on Ionic app and building push notification using phonegap push. I want to show banner when app is on foreground with iOS. (I was able to show banner on foreground with option 'forceshow' -- Android) Any example or advice would be…
2
votes
1 answer

PhoneGap/Cordova app notifications

I am new to PhoneGap/Cordova, i am looking to add some notifications to my app. Push notification - so when a new article is released on app it will alert the users. Local Notifications - On set intervals (date and time) I can prompt the user of…
ffmsingh
  • 141
  • 2
  • 6
2
votes
1 answer

delay IOS Permission dialogue cordova-plugin-fcm Firebase Cloud Messaging

I am evaluating cordova-plugin-fcm to send push notifications for Android and iOS. when we try to launch the app with this plugin in IOS, asks for a permission. I wish I could delay this permission dialogue to a custom action rather than on…
2
votes
1 answer

Using phonegap-plugin-push with FCM notifications: how to properly set content-available:1

Does content-available have to be a first level child of the push data object for notification event handlers to be triggered by phonegap-plugin-push? If so is there any way to set content-available: 1 as a first level child of the the push data…
2
votes
1 answer

Tapping on one notification clears all the other notification from the same app - Phonegap Plugin Push

I have implemented Push using this plugin. Now when I have multiple notifications with different notId, and I tap on one of them, the event handler is called but the other notifications vanish from the notifications tray. This particular issue seems…
Lakshay Dulani
  • 1,710
  • 2
  • 18
  • 45
2
votes
1 answer

Using phonegap-plugin-push in Chrome browser, iOS, and Android?

I'm missing just a single step, I can feel it... I added the phonegap plugin to my project as so: cordova plugin add phonegap-plugin-push --save --variable SENDER_ID="-redacted-" and indeed it saved the entry into my config.xml file. When I build…
S. J.
  • 1,106
  • 1
  • 10
  • 23