Questions tagged [phonegap-plugin-push]

This plugin is for use with Cordova / Phonegap, and allows your application to receive push notifications on Android and iOS (and other platforms)

See https://github.com/phonegap/phonegap-plugin-push

29 questions
1
vote
1 answer

ionic 3 phonegap-plugin-push plugin_not_installed

i have to use the push notifications in my app so i followed this tutorial to add the ionic native push , when i run the app on android the console prints this warning message "plugin_not_installed" i tried to remove the platform with cordova…
1
vote
0 answers

Ionic - Firebase Push Notifications on Background in Android

I'm sending push notifications using the Firebase Admin Java SKD and in my Ionic app I'm using the phonegap-plugin-push. My problem is that when my app is in background the function push.on('notification', function(data) {} is not called. I guess…
0
votes
0 answers

Ionic chat application - Send or Receive Notifications

I have created an app that has a support/chat feature. A user can login to the app and request for help using the chat page. When they send a message, my back-end webapi creates a ticket and a message linked to that ticket. An admin already setup is…
0
votes
1 answer

Push notifications in Android only work when PhoneGap app is in foreground using node-pushnotifications

In my PhoneGap / Cordova app (using Framework7), I use the to enable push notifications. In the root of the project folder, I have put the google-services.json file. When users log in…
0
votes
1 answer

Handling many push messages arriving at once with phonegap-plugin-push and preventing overload

I am using phonegap-plugin-push on Cordova and some app users get push notifications every ~30 seconds. The problem is when their device is OFFLINE and they go online say 1 hour later, they are suddenly flooded with 120 push messages at once,…
moo moo
  • 476
  • 5
  • 20
0
votes
2 answers

Receiving notification additional data on Ionic (ionic native push / phonegap-plugin-push)

We are struggling with Ionic Native push plugin (which is based on phonegap-plugin-push). While we do receive push notifications sent, we cannot process the specific payload that we send so that when the notification is tapped, the app opens in a…
0
votes
1 answer

PhonegapPluginPush - getting "OK" as push data

We're trying to get data from a push when the application is killed. Here a stack info: Android: 8 device: Xiaomi Redmi 5 cordova: 7.1.0 cordova-android: 6.4.0 phonegap-plugin-push: 2.1.2 Registration and Handlers Set user registers FCM token and…
Simone Campagna
  • 1,130
  • 1
  • 10
  • 19
0
votes
1 answer

phonegap-plugin-push error 65 upon building: GoogleCloudMessaging.h is deprecated. Can we remove this from the project? Quickfix?

I have an iOS cordova project that we recently updated to platform iOS@5.0.0 Upon compiling the project, we encountered error 65 on phonegap-plugin-push/PlushPlugin.m Tried doing a pod install on the ios folder as according to the first solution…
0
votes
0 answers

Cordova iOS app using phonegap-plugin-push not registering or requesting authorization

I have a Cordova (vers 9) app that uses phonegap-plugin-push (v2.3.0) on cordova-ios (v4.5.1) that does not register for notifications when run on an iOS device, (iPad mini iOS 9.3.5). I am using Xcode (vers 8) within MacOSX Sierra. The xcode…
0
votes
1 answer

ionic Version 1 Push Notification cordova-ios 4.4.0

I am trying to implement push notification in ionic version 1 using "AWS SNS" and "Firebase"(for registering my ios and android application) and "phonegap-plugin-push" in ios,by using this plugin i got the token ,but using that token in aws to…
0
votes
2 answers

push notification in ionic3 using phonegap push plugin

I am new to ionic 3 and I have implemented phonegap push notification on an app I am building and I am not getting any kind of notification, not even alert message which should show when the app is registered, so can someone provide me with some…
0
votes
1 answer

error when building cordova android due to plugin conflict

I am getting an error when building my cordova app that is linked to a plugin conflict. Namely the phonegap-plugin-push 2.2.3. When I remove the plugin everything compiles. Can you please help me to understand what I do wrong ? compiler error…
user2097439
  • 201
  • 2
  • 16
0
votes
1 answer

Push Notifications on Angular 6 and Phonegap

I have to implement push notifications handling in app written in Angular 6 and Phonegap. I installed phonegap-push-plugin and generally it works, when I use it in index.html: function onLoad() { document.addEventListener("deviceready",…
0
votes
1 answer

`on('notification')` is not triggered on iOS when app is not running

I'm using the phonegap-plugin-push on my ionic3 app and I've been facing this issue with the iOS platform (android is ok). When the app is in background/foreground everything works as expected. When the app is not running however, I get the message…
lenilsondc
  • 9,590
  • 2
  • 25
  • 40
1
2