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

PushWoosh - Customizing push notifications

I'm checking the example in PushWoosh's FAQ section: Customizing Push Notification It states that The last step is to set your notification Factory to the Push Manager: pushManager.setNotificationFactory(new ActionNotificationFactory()); But it…
xialin
  • 7,686
  • 9
  • 35
  • 66
1
vote
1 answer

how to get regID using pushwoosh android native SDK

I am using PushWoosh android native SDK for push notifications. I want to reuse the regId provided by GCM on successful registration. How can I get this regID using android native SDK ?
arkit
  • 392
  • 1
  • 12
1
vote
1 answer

PushWoosh - add custom broadcast receiver

What I want to achieve: upon receiving PushWoosh notification, check the payload and direct user to specific activity accordingly. I'm following an example in PushWoosh FAQ section regarding Using Custom Push Broadcast Receiver in…
xialin
  • 7,686
  • 9
  • 35
  • 66
1
vote
1 answer

Pushwoosh integration build error

I don't understand why I'm having this problem. Hope somebody can help me out on this one. I'm trying to import the pushwoosh framework, and having this strange error while building the project. All what I did was just drag&drop the framework from…
FabKremer
  • 2,149
  • 2
  • 17
  • 29
1
vote
1 answer

Pushwoosh send notification to everybody except some users

Is there a way to send notification to everybody except some users ? Thank you
julio
  • 2,762
  • 4
  • 22
  • 34
1
vote
0 answers

pushwoosh how to use filter with python

I use pushwoosh for notification for the ios. The notifications works now, but it sends now to all devices. How can I use a filter with python to send only to specific user? Thanks for the help.
Ezra P.
  • 91
  • 1
  • 1
  • 12
1
vote
1 answer

Teamcity Step tests (Command Line) failed when testing an iOS app

I am trying to run tests automatically using Teamcity, but it seems that when the agent is compiling the project, it is not done correctly because when I run the command like for running test, I am getting the following error: fatal error:…
lmiguelvargasf
  • 63,191
  • 45
  • 217
  • 228
1
vote
1 answer

Open the particular page on click the pushwoosh notification

I am using the cordova based pushwoosh plugin in my ionic app. It is used for getting push notification. When I click the push notification it is open the app in home.html view but I want to some other page like contact.html. So how can I achieve…
cfprabhu
  • 5,267
  • 2
  • 21
  • 30
1
vote
1 answer

What's the mistake in a code written in PHP for push notification to be sent to iPhone?

I've installed php-pushwoosh using composer at following location on my local machine : /var/www/gomoob-php-pushwoosh Now I want to send push notifications to iPhone through the PHP code. So, I tried by myself and written PHP code in a file titled…
PHPLover
  • 1
  • 51
  • 158
  • 311
1
vote
1 answer

implementing pushwoosh on intel xdk

How can I implement pushwoosh on intel xdk for an android app. Is there a step by step tutorial on it online. I have put the below code onto the index page, I have added the plugin, built the app and installed it on my phone but push notifications…
1
vote
1 answer

How to get the device token of a mac?

I am using the PushWoosh solution to present and send the notifications from my webpage to the mac users. I would like to set my computer also as a test device where I could check and test my notifications. To do this, the PushWoosh wants from me…
Ganjira
  • 966
  • 5
  • 16
  • 32
1
vote
0 answers

handle event when pushwoosh received message in the background

I've implemented pushwoosh in my android app and would like to perform some task when the pushwoosh is received while in the background. The way I see it - pushwoosh only lets me perform code once the user clicked the notification. How can I…
Bended
  • 494
  • 1
  • 7
  • 22
1
vote
2 answers

Get Android device token

I am integrating Pushwoosh API for push notifications for which I require deviceToken. How do I get it : I am getting empty string using this : String deviceToken=GCMRegistrar.getRegistrationId(getApplicationContext()); These are the…
Nitish
  • 13,845
  • 28
  • 135
  • 263
1
vote
0 answers

GCM message not delivered to device

My client side is ionic I use Pushwoosh plugin for cordova I get the registration id for the device When I try to send push via php it returns…
1
vote
1 answer

Pushwoosh Angular simple POST request returns 400

I'm trying to send a simple POST request to the push-woosh remote API to create a push notification. (code is in coffee, I'm building an app using Ionic Framework) @sendPushMessage = -> pushMessage = { …
paascal
  • 314
  • 5
  • 8