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

Ionic 2 app stops everytime it received a push notification

The App is getting registration number, but when it received a push notification, the app stop and gives the following error: Unfortunately "APP NAME" has stopped in android Im using phonegap-plugin-push =>…
3
votes
1 answer

How to get push notification values in phonegap using FCM?

I am working in PhoneGap. I want to get the push notification value that I'm getting from FCM. Now, I am getting the notification, but I am not able to receive notification values inside my app. PHP side FCM Code:
3
votes
3 answers

Error: Cannot find plugin.xml for plugin "phonegap-plugin-push". Please try adding it again

I am trying to add the phonegap-push-plugin as described in the doc. I found this thread listing the problem but with no solution given. As explain in the doc, I did a CLI in [My project folder]: ionic plugin add phonegap-plugin-push --variable…
nyluje
  • 3,573
  • 7
  • 37
  • 67
3
votes
0 answers

Ionic push iOS handle loc-key parameter

I have a native application on production that is being rebuilt using Ionic. When sending push to this application in a certain situation the server (for iOS) uses a loc-key parameter. loc-key: A key to an alert-message string in a…
3
votes
0 answers

Cordova/phonegap installation on new Windows 10 computer

I've just got my new windows 10 PC and I am trying to install Cordova/Phonegap but I am facing some problem. I did the next steps: installed java C:\Program Files\Java\jdk1.8.0_65 installed nodejs C:\Program Files\nodejs installed Android studio…
3
votes
0 answers

I am not able to see push notifications in notification bar/panel I am using phonegap-plugin-push

I am not able to see push notifications in notification bar/panel I am using https://github.com/phonegap/phonegap-plugin-push .However, I am receiving the messages sent from my php server (its showing in the alert).Can anyone please tell me why do…
3
votes
0 answers

MPNS messages are not working

I have made a windows phone 8.1 application using cordova(Phonegap). I am using PushPlugin for notification. It works perfectly fine for Android and iOS, but for Windows phone 8.1 it doesn't work. Actually it works randomly. I am using Toast…
3
votes
1 answer

GCM push notification not working in Android Phonegap application

Am working in HTML5 Phonegap android GCM push notification application. But I tried several times but not getting any results :-( Please help me.. Am trying this to work from last three days. Am using Push plugin : com.phonegap.plugins.PushPlugin **…
3
votes
1 answer

Azure Notification Hubs randomly not delivering to IOS

I'm using Azure Notification Hubs to push notifications to a Phonegap App currently installed on IOS. I'll also be sending to Android devices but my question is only about IOS at the moment. My problem is that messages are not delivering sometimes.…
John Mc
  • 2,862
  • 1
  • 22
  • 37
3
votes
0 answers

Disable Sound in Phonegap Pushplugin

I have a phonegap app that uses the pushplugin to receive push notifications. Everything works great, but I now need the option to turn off the sound when a notification is received on an Android device. Not sure how to implement this, and searching…
3
votes
4 answers

Cordova PushPlugin: Android won't play push sound while app not running

I'm using the PushPlugin for cordova, and in android, I can't make the push notification play a sound while the app is not running or in background (the banner in status bar is presented ok). Here's the function that gets called on android push…
3
votes
0 answers

Can't get regID from gcm server

Few days ago, I succeeded in messaging my phone with push plugin. But now, after pushNotification.register is executed, I don't receive a notification that has a registration ID (after pushNotification.register, ecb was not fired). But success…
3
votes
1 answer

Display push notification as alert message on iOS app [phonegap/cordova][Pushwoosh]

Hi thanks for viewing this question, I am having trouble receiving my push notification when my iOS app is open. It works perfect when the app is running in the background though. But when the app is open It is not even firing the…
clintgh
  • 2,039
  • 3
  • 28
  • 44
2
votes
1 answer

PhoneGap-push-plugin and request-location-accuracy conflict

I am trying to use PhoneGap-Push-Plugin as well as Cordova-plugin-request-location-accuracy. But while building apk on PhoneGap build I am getting an error. * What went wrong: Execution failed for task ':transformClassesWithDexForDebug'. >…
Maheshvirus
  • 6,749
  • 2
  • 38
  • 40
2
votes
1 answer

Phonegap Build Repository plugins not accessible

I've an app I did in Phonegap more than an year ago and I need to change some things. But when I went to compile I received the following message: This app uses plugins from the PhoneGap Build repository. These plugins won't be accessible after…
1 2
3
20 21