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
0
votes
0 answers

iOS + JQuerymobile push permission alert always not showing

environment: jquery mobile 1.0, ios 8.1 ipad (not hacked), cordova I want to show a push notification permission alert. I tried to follow many solutions but could not get it to work. I am starting push notification using this code: function…
Kyungman
  • 1
  • 1
0
votes
1 answer

how to send image in pushplugin in BigPictureStyle method?

I am developing a cordova application, I would like to know how to send image in pushplugin like BigPictureStyle as done by flipkart myntra and all .. there is a pull request https://github.com/phonegap-build/PushPlugin/pull/498 for the same but how…
404
  • 1,115
  • 2
  • 11
  • 21
0
votes
2 answers

Android PushPlugin on notification tap payload stays the same

I made a app with the PushPlugin So far so good, I receive the notification as expected. But if i push 2+ notifications at the same time it will show the notifications in the status bar fine. But if I tap on the second(+) i will recieve the payload…
peterdoesco.de
  • 529
  • 3
  • 19
0
votes
1 answer

cordova - Arguments to path.resolve must be strings on Visual Studio 2015

I'm develop a cordova application on Visual Studio 2015, I have several plugins, including the PushPlugin from phonegap. I added this plugin from git URI. The issue is when I compile the project, an error "Arguments to path.resolve must be strings"…
0
votes
1 answer

Multiple push notification present in the status bar in android when the second is touched others vanish

I work with Notification GCM in cordova android apps. when the application is running in background and a notification came it is displayed in the status bar of the device. when more than two notifications are displayed in this status bar, I tap on…
0
votes
0 answers

google cloud messaging notification count

I have used the google cloud messaging api and integrated it using php and curl method in my server side . I am receiving the notification messages too , But the problem is i am not able to increment the count of the notification. I know i have to…
0
votes
1 answer

Netbeans Cordova PushPlugin not working on iOS

I'm building a Cordova project with Netbeans, that uses PushPlugin (https://github.com/phonegap-build/PushPlugin). It works great on Android, but on iOS it doesn't register the device. It also doesn't give any errors. What's also strange is that the…
0
votes
0 answers

Phone Gap push plugin supported versions?

Hi am working on cordova project and i implemented phone gap push plugin for my app. The device registration is working on some versions of android but not in other. Is this a problem comes from push plugin or any code change required? Device id…
0
votes
2 answers

Cordova PushNotification onNotificationGCM is not called

I am doing pushnotification for both Android/IOS. I have used a cordova push-plugin https://github.com/phonegap-build/PushPlugin, it seems to work great. Info : I'm on a AngularJS project. In my NotificationHelper factory i have this init…
0
votes
2 answers

Phonegap GCM onNotification Return Result : Ok

I am using phonegap push plugin My problem is I got onNotification function alert message "Result :Ok" in real device also I checked. My config.xml
nmkkannan
  • 1,261
  • 4
  • 27
  • 49
0
votes
1 answer

GCM registration repeatedly pushplugins Android

I am using PushPlugin with phonegap for android. Mobile is able to register properly with GCM but every time when I am starting the app, the java code written for device registration with GCM is executing. Seems mobile registration is happening…
0
votes
1 answer

GCM Push notification if App is closed in mobile (Phonegap Android)

I am using GCM with my phonegap android app. The problem I am facing is, the app is able to receive the notification if its open in mobile, but not able to receive notification if its closed. I have gone through the java code written is working…
0
votes
1 answer

Phonegap Push notification OnResume from Background, it deletes all my notification from Tray

I am wondering how do i handle onResume functions for Phonegap Push notification. When i resume the app by either clicking on the Icon, the push notifications from the tray, all get wiped, but there are no event call back, none of the message get…
John
  • 983
  • 1
  • 13
  • 31
0
votes
1 answer

Cordova Push plugin Show Image in Status/Notification bar

I am working with a cordova app to send images as push notification. I am getting all payload data in cold start. How can I pass that data to notification bar? Notification bar only shows title and message. How can I pass other data?
0
votes
0 answers

Need help to pass custom user data to insert function at azure mobile service

I am working on cordova hybrid app with azure mobile services.I want to send push notifications only to specific users.I want to pass custom user data to insert function at azure mobile services. function insert(item, user, request) { //here need…