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

phonegap build 3.3.0 + pushwoosh not working

I installed according to this guide: http://www.pushwoosh.com/programming-push-notification/android/android-additional-platforms/phonegap-build/ And I defined in pushwoosh the Certificate is needed. IOS system I get an error your provisioning…
0
votes
1 answer

Phonegap 3.4 pushplugin deviceready runs twice

Phonegap pushplugin deviceready runs twice. I have only bind the event once Attached image. On phonegap 3.4. Anyone can run this plugin with 3.4 successfully? Any reason why? I am also not receiving regid even though there is no error message. …
Fxster
  • 189
  • 1
  • 4
  • 13
0
votes
2 answers

How can I call JavaScript function from iOS push Plugin?

I'm working on a Phonegap application. For implementing push notification, I used a plugin for iOS (AppDelegate+Notification & PushNotification files from github) and was successful able to register device on APNs and able to send push notification…
Lalit Paliwal
  • 723
  • 2
  • 10
  • 19
-1
votes
1 answer

Not receiving PN in iOS release. works fine in development

I am trying to integrate phonegap-plugin-push, but cant seem to get it work in release mode. Cannot receive Push Notification when app is deployed to TestFlight or store. Notification seems to work fine, when in development mode. I followed the…
ankitjain11
  • 253
  • 2
  • 16
-1
votes
1 answer

Phonegap Push Plugin not working in Nougat

I am using the latest Phonegap Push Plugin for my Phonegap Application. It's working fine below Nougat but in Nougat the same code does not work. I have tried to debug several times, also cross verified at server side if there is anything missing…
-1
votes
1 answer

need to make a web page which sends push notifications to my android phonegap hybrid app

I am new to this. I need to make a web page (which i plan on making using node.js) to send a push notification to hybrid app (which i plan on making using phonegap) Any hints or tutorials would be lovely. Thank you so much in advance
-1
votes
1 answer

Windows notifications (WP 8.1) - Unable to connect to WNS from client mobile app

From my windows mobile application, I want to implement the windows notifications. My mobile application is based on : Cordova (version 4.0.0) Ionic Framework (version 1.0.1) Cordova Windows (version 4.1.0) Deploy on Windows Phone 8.1 To…
-1
votes
2 answers

Cordova 5.3.3 Android Push-Plugin Eclipse - Missing packages

i installed the following plugin to my cordova project to receive push-notifications (and followed the given steps): github.com/phonegap/phonegap-plugin-push I also installed all needed resources by the sdk manager (extras-> google play services,…
-1
votes
2 answers

Phonegap Push plugin not wroking ANdroid

Hy iam using phone gap 5.0 CLI and i am developing app for android 5.0 with API level 22 Js Technique is jquery. I am building for android platform and testing on my device i am using windows 7 on my PC Software's are CLI, Eclipse and…
-1
votes
1 answer

Cannot get a registrationID from GCM

Despite all tries and reviewing previous questions and solutions on SO, I cannot manage to get a registrationID from GCM. I am using the pushplugin, and trying to build for Android using Cordova. App is successfully built but it seems the…
sçuçu
  • 2,960
  • 2
  • 33
  • 60
-2
votes
3 answers

Phonegap push plugin stopped working after added crosswalk plugin

I'm developing using Ionic and i'm facing an odd problem, after i added crosswalk webview plugin my phonegap push plugin just stopped to work. I got this "errors", if we can call them as that: ionic.cloud.min.js:6 Native: deviceready did not fire…
-2
votes
1 answer

How to send Push notifications using parse.com (to Hybrid mobile apps)

I'm working on a cross platform mobile app for a restaurant. I need to send push notifications to registered devices once a new order is received via my web application which is written in PHP. Only hotel staff would be registered/subscribed to…
-2
votes
1 answer

Installing Cordova Push Notifications Plugin in Visual Studio

I tried days to solve the problem with using cordova push plugin. After installing the plugin using visual studio config.xml I get this error : Now after I delete this piece of code from my config.xml :
Ali Esmaeili
  • 542
  • 1
  • 4
  • 14
1 2 3
20
21