This plugin is for use with Cordova / Phonegap, and allows your application to receive push notifications on Android and iOS (and other platforms)
Questions tagged [phonegap-plugin-push]
29 questions
3
votes
1 answer
Meteor App: Push notifications stopped working for Android 8+ when updating TargetSDK to 26
Context:
Meteor 1.8.0.1
Cordova 6.4.0 (included with Meteor)
phonegap-plugin-push 1.11.1 (last version which supports GCM)
Push notifications via Amazon SNS -> GCM
Problem:
Recently we had to update our targetSdkVersion from 25 to 26, because of…

esai
- 66
- 4
3
votes
0 answers
Ionic phonegap-plugin-push is not working for web
How do I add my Web API key for Google Firebase? in my ionic app for web platform**
explanation -:
1. I am working on ionic App where I am trying to integrate it with PUSH (https://ionicframework.com/docs/native/push/) using firebase
I have…

Anurag Ranjan
- 105
- 13
3
votes
0 answers
Using Web Push API with cordova phonegap-plugin-push and FCM
We've a cordova app that uses push notifications which works fine on android and iOS. I now thought I'd like to test if I also get the Web Push API to work on the browser platform / as PWA.
However, I didn't manage to find any guidance how to do…

Peter T.
- 2,927
- 5
- 33
- 40
2
votes
0 answers
Push notifications in Android 8 using IONIC v1
I have an app developed in IONIC v1 and I am using phonegap-plugin-push to receive notifications, my current plugin version is 1.3.1 and when I am checking on Android 8, 9 then I can see that notifications are not coming.
I have checked this…

Krish
- 379
- 2
- 8
2
votes
1 answer
Dependency plugin version error - When installing phonegap-push plugin to an existing Ionic app that has firebase-analytics plugin already installed
I was facing dependency errors so created a new project to test this. See steps to replicate issue below.
Environment:
Node: v10.14.1
Ionic: v4.6.0
npm: 6.4.1
Angular CLI: 7.1.2
Angular: 5.2.11
Steps:
Run -> ionic start TestP
Go to TestP…

variable
- 8,262
- 9
- 95
- 215
2
votes
1 answer
Silent Notifications - Receive notifiaction in background without clicking on the notification
I use an ionic app with the plugin phonegap-plugin-push (v2.1.0) to receive push notifications on my Android an iOS device.
So far it is working.
When my app is in the background and I sent a notification, the notification will be sent to the…

M91
- 63
- 1
- 4
1
vote
0 answers
Dependency failing: com.google.android.gms:play-services-stats:15.0.1
I'm creating a Cordova app and have the following plugins:
com.googlemaps.ios 3.8.0 "Google Maps SDK for iOS"
cordova-play-services-version-adapter 1.0.2 "Cordova/Ionic Google Play Services Versions Incompatibility Adapter"
cordova-plugin-androidx…

moo moo
- 476
- 5
- 20
1
vote
0 answers
Ionic V3: Unable to receive Push Notifications on iOS devices
I am not able to receive push notifications on iOS devices using phonegap-plugin-push. The device is registered successfully with FCM and I have received the registrationId as well without any issues. But when I try pushing the notifications from…

Sujay Subrahmanya
- 171
- 4
- 11
1
vote
0 answers
Setting a priority in inbox style stacked notifications with firebase-admin and nodejs
I'm developing an app that can receive push notifications. In my nodejs serve sourcecode, I create a notification thanks to the 'firebase-admin' library. I use ionic/cordova-phonegap-plugin-push for the reception of said notifications.
I also…

Nicolas Ferrari
- 61
- 1
- 11
1
vote
0 answers
Do I need to update the app registration to use FCM
I am currently using https://github.com/phonegap/phonegap-plugin-push version 1.11.1 on my PhoneGap app.
After I initialized the plugin using my GCM application key I get the generated registration ID and save it to later send notifications through…

Maria Abreu
- 75
- 7
1
vote
0 answers
modify notification before displaying on the notification bar Ionic 3?
i am implementing push notification in IONIC 3 and using phonegap-plugin-push
now i want to modify data before displaying notification on notification bar
here is my code
pushNotificationSetup() {
const options: PushOptions = {
android: {
…

Bhavin
- 441
- 1
- 4
- 17
1
vote
1 answer
Failed to install 'phonegap-plugin-push': undefined ionic3
Getting the following error
Installing "phonegap-plugin-push" for ios
Failed to install 'phonegap-plugin-push': undefined
(node:723) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): /bin/sh: /usr/local/bin/pod:…

Ananta Prasad
- 3,655
- 3
- 23
- 35
1
vote
0 answers
Does service worker live in background on ios safari? Can it fetch data on background?
Is service worker registered by my app active in background on ios/safari as it is on android/chrome?
If so, is it able to receive message from notification handled by phonegap-plugin-push?
Our scenario is: run app, register SW, exit app, receive…

Petr Marek
- 1,381
- 1
- 15
- 31
1
vote
0 answers
phonega-plugin-push don't work in backgrond in Android Oreo
I'm using ionic 1 and the plugin, phonegap-plugin-push version 2.1.0. the app works correctly on Android 7 and earlier, but in Android 8 this not work in background, I just recive in foreground

Higor Tavares
- 67
- 1
- 2
- 11
1
vote
1 answer
cordova phonegap-plugin-push v1.x - how to make it work with Android 8.1 (API level 27)
We use the phonegap-plugin-push in one of our apps and it works really well - up to Android 7 (haven't tested Android 8).
However, Android 8.1 phone don't show notifications
we use
cordova CLI 8.1.2
cordova-android 6.4.0
phonegap-plugin-push…

Peter T.
- 2,927
- 5
- 33
- 40