Questions tagged [pushwoosh]

Pushwoosh is a free(*) real time cross-platform push notification service for iOS, Android, BB, Windows, PhoneGap, Unity, Marmalade, Adobe AIR, etc. * with charges for advanced features or heavy usage.

Pushwoosh is a free (*) real time cross-platform push notification service. It provides open source SDK and plugins for iOS, Android, Blackberry, Windows Phone and Windows 8, Mac OSX, as well as Unity, PhoneGap and PhoneGap Build, Titanium, Marmalade, Adobe AIR, and other platforms.

(*) there are changes for advanced features or heavy usage.

277 questions
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
3
votes
3 answers

Pushwoosh and Android Phonegap App not communicating

The Problem Okay so I have a Phonegap (2.3.0) android application with Pushwoosh to manage the push notifications. I followed the instructions, and got an app with only a few wording errors working. The app itself seems to run perfectly fine,…
2
votes
0 answers

Pushwoosh IOS notifications, onOpen invoked without click

I have an IOS native app with Pushwoosh notifications. When I put the app in background mode (Not killed), and then received a push, methon onMessageOpened called, even the user didn’t open the push. My onMessageOpened method: class ViewController:…
2
votes
0 answers

Android Pushwoosh IllegalStateException: Application does not define permission com.google.android.c2dm.permission.RECEIVE

I have a problem today. When I try to register to receive a push from Pushwoosh Pushwoosh.getInstance().registerForPushNotifications() It throws an exception like that E/Pushwoosh: Exception occurred java.lang.IllegalStateException: Application…
ducnm
  • 21
  • 2
2
votes
2 answers

iOS 11 Push notifications do not work with PushWoosh

I have a question regarding iOS 11 Push notifications. Our app doesn’t receive Push notification after the update to iOS 11. It was working fine in iOS 10. The provisioning files, code signs, and environment for distribution (App Store, TestFlight)…
sinwoobang
  • 138
  • 10
2
votes
3 answers

Push notification not receiving in Cordova Android App

I am not receiving push notifications on my Cordova Android App. With the same code I am able to receive push notifications in my iOS App. Earlier I was using pushwoosh plugin from phonegap build(PGB) : < gap:plugin…
2
votes
1 answer

How to Add Pushwoosh plugin for Android to Cordova IBM Worklight (@Eclipse)?

I want to implement the push notification to my cordova android application using Pushwoosh library. I am try to following Pushwhoosh guide. But from the begining , it requirs to add plugin from command. cordova plugin add…
Mohanraj S K
  • 657
  • 4
  • 16
2
votes
1 answer

The device token has expired or the application is unregistered from notifications

After sending and receiving some notifications using Pushwoosh, for no reason I'm receiving this error in Pushwoosh Push History and nothing is delivering to the cellphone... The error is : The device token has expired or the application is…
Dr TJ
  • 3,241
  • 2
  • 35
  • 51
2
votes
1 answer

Is it required to include any files from gomoob:php-pushwooshto to run a PHP program to send push notifications to iPhone?

I want to send push notifications to iPhone devices by writing PHP code for it. gomoob:php-pushwoosh is a PHP Library that easily work with the pushwoosh REST Web Services. This is the URL for gomoob:php-pushwoosh As per the instructions I've…
PHPLover
  • 1
  • 51
  • 158
  • 311
2
votes
1 answer

winmd can't find Newtonsoft.Json.dll file

I'm using Unity to build a so called "Universal Windows 8.1" app and trying to get the Pushwoosh SDK to work properly. Both the PushSDK.winmd and Newtonsoft.Json.dll gets copied over to the Visual Studio Project successfully. But when it eventually…
Whyser
  • 2,187
  • 2
  • 20
  • 40
2
votes
2 answers

Pushwoosh Android notification is replaced when new come

I am using pushwoosh to send notification from server to devices. And that is working without any problems. Also it is worth mentioning that I am using phonegap/cordova. This problem is only related for android, ios does not has this…
Denis Besic
  • 3,067
  • 3
  • 24
  • 35
2
votes
1 answer

Google Api key invalid in pushwoosh

Am developing html5 based mobile app using IONIC framework. When I send the push notification am getting an error of api key invalid, I have created my api key using my local ip address (192.168.1.75) in google developer console. Is am missing any…
Gladson
  • 73
  • 1
  • 8
2
votes
1 answer

pushwoosh and google cloud messaging difference

I am novice in notification sending. I have read some materials and I encountered with the words like pushwoosh and google cloud messaging For me it(and pushwoosh and GCM) looks like a resource for sending notification. Also I understand that…
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
2
votes
4 answers

Sending Push notification through pushwoosh from php

I am trying to send push notification through push woosh such like this : is anybody help me how to send push notification on device from this code function pwCall( 'createMessage', array( 'application' => PW_APPLICATION, …
Manish J
  • 686
  • 1
  • 8
  • 24
2
votes
0 answers

Phonegap on Android: push notifications do nothing when tapped

I had two devices with the same application installed (PhoneGap 2.5.0, Android SDK min 11, target 19). One worked perfectly and the other had the following issue: I sent a push notification (via PushWoosh, http://pushwoosh.com/ similar to Urban…
1
2
3
18 19