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

how to store decoded data from json to sqlite

I want to decode json data coming from my website to the application. The app is built using phonegap. The message is coming to the app via GCM but it is showing "undefined". I have no idea about decoding the message. Here is the function in js : …
V.V
  • 107
  • 1
  • 1
  • 10
0
votes
1 answer

Gets channelId different at all reinstallation of Phonegap app in android

I'm developing a phonegap app with UrbanAirship push notification feature. I'm getting pushId for registration. In iOS, it gives same pushId at all reinstallation of app but In Android, pushId changed at all reinstallation. I need same pushId at…
Ritesh Kumar Singh
  • 344
  • 2
  • 3
  • 19
0
votes
0 answers

No push notifications on Android via PubNub/Parse

I am stumped here. A Phonegap/Mobile Dev newbie here. Looking for some advice. I have a phonegap app(with push plugin) developed for both Android and iOS. I was trying to test push notifications on Android. I have the following flow Device…
0
votes
1 answer

Cordova PushPlugin + Android 4.4 not working?

Tried everything I could, but on Android 4.4 I'm not getting a registration ID back from Google Cloud Messaging, while using PushPlugin. On Android 4.2 everything works fine. I'm using Cordova 4.2 and PushPlugin 2.4 Tried Cordova 3.6 as well and…
Dylan
  • 9,129
  • 20
  • 96
  • 153
0
votes
1 answer

PushWoosh plugin: External repo not found in Phonegap Build (PGB)

I am using PGB (PhonegapBuild) and added pushwoosh plugin 3.4.5, it runs perfect since the app build but since last night, my build failed everytime, even i have not make any changes in config.xml or pushwoosh code. I am getting this error Error -…
Adeel
  • 33
  • 1
  • 1
  • 8
0
votes
1 answer

Clear a single notification with PushPlugin for Cordova in iOS

In an iOS app that I developed with Cordova I'm using the PushPlugin, I'm facing a problem (maybe it's not be a problem for other people) that when you have multiple notifications of the app in the notifications center if you click one (the app…
xmarston
  • 853
  • 3
  • 12
  • 36
0
votes
4 answers

Implement Push notification in Android Phonegap app

Created UI using Angular and Ionic, and wrapper usign Phonegap, How can I have pushnotification in Android implemented. Is there any effective and accurate library in Phonegap for Pushnotification Implemented. Already using…
amrit_neo
  • 1,759
  • 4
  • 19
  • 39
0
votes
1 answer

Phonegap PushPlugin Android: push doesn't work when app is updated

I've successfully integrated the PushPlugin for receiving push notifications on iOS and Android (https://github.com/phonegap-build/PushPlugin). My problem is that, after I update my app with a new build (without uninstalling and reinstalling), push…
kwills
  • 116
  • 10
0
votes
1 answer

PhoneGap/Cordova pushplugin iOs register callback not firing

I am working on my first PhoneGap/Cordova application and am having problems getting the iOS push notification working. My environment is as follows: Cordova version: 3.5.0-0.2.7 Push Plugin Version: 2.4.0 XCode version: 6.1.1 and here is the…
0
votes
0 answers

Phonegap PushPlugin doesn't receive registration id

I am trying to push notifications on Phonegap for Android. I followed this tutorial http://devgirl.org/2013/07/17/tutorial-implement-push-notifications-in-your-phonegap-application/ well. But it always return an alert Callback Success! Result = Ok,…
AnLT
  • 569
  • 8
  • 22
0
votes
2 answers

Push Notification PhoneGap

I am developing an app to receive push notifications, however I am having a few problems. I am using PhoneGap to develop my app and this plugin - PushPlugin I have installed the Plugin using PhoneGap successfully and it is listed in my installed…
0
votes
2 answers

ngCordova get GCM regid inside a controller

I'm having troubles trying to register my GCM regid with ngCordova and $cordovaPush. I can't manage to retrieve my regid inside my controller to send it to my API via $http: var gcmToken; gcmNotificationHandler = function(e) { if (e.event ===…
Kaz
  • 718
  • 1
  • 7
  • 20
0
votes
1 answer

Phonegap(cordova) Pushplugin Silent Notification - Android

I am working on a chat application using phonegap for android, which is already running over web. I am sending messages through pushnotification and everything is working fine and notification is coming in status bar with default device sound…
Jaya Vishwakarma
  • 1,332
  • 1
  • 18
  • 36
0
votes
1 answer

PushNotification not working with the app in background

I'm developing an iOS and android app using ionic/cordova, and I'm trying to get the push notifications working on both platforms with the PushPlugin library. The thing is I'm getting the push notifications working OK for iOS, but in android is a…
0
votes
1 answer

How to access isolated storage file from HTML or Javascript for Windows Phone and PhoneGap Application

I am using PhoneGap to develop application for Windows, Android and iOS platform. I have one problem and need expert assistance from you guys. I have created one plugin for Windows Phone. Plugin is basically download images from URL and stored in…
imdadhusen
  • 2,493
  • 7
  • 40
  • 75