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

Modify notifications in Phonegap and Pushwoosh

I'm currently working on PhoneGap and Pushwoosh and have some questions: Is it possible to change the text / icon of the notification in the status bar? If yes, is it also possible to show the notification only when you have received some specified…
mhofer4991
  • 148
  • 1
  • 8
0
votes
1 answer

Get custom data in application - Pushwoosh

I have a Premium Account from Pushwoosh and I want to send custom data (JSON) from the server over the Remote API. Now my question is, how do I get this data in my application. So how can I read this data in my Application. I am programming in…
user3086983
  • 65
  • 1
  • 5
0
votes
2 answers

Poosh Woosh - How to make URLs in push note open in app

I am building a news website where one of the views is a webview of articles. I had installed push woosh but when i send out notifications with URLs in them tapping the URL opens the web page in the native browser, is there any way i can set it so…
0
votes
1 answer

Pushwoosh - Google Cloud Messaging - Transmission

I have to write at school about the transmission of Pushwoosh and Google Cloud Messaging. For example, which protocol is used when a notification got send from the Server via the Remote API. So I would like to know how Pushwoosh works generally,…
0
votes
1 answer

pushwoosh service name of windows phone

I want to integrate pushwoosh in my game of windows phone. I am not able to understand what is the service name. pushwoosh have provided guide but it is not much useful to understand. the following is link of the website www.pushwoosh.com I…
pravin
  • 454
  • 1
  • 6
  • 19
0
votes
1 answer

PushWoosh AIR ane on iOS : disable alert on iOS

I'm using this PushWoosh AIR ANE : https://github.com/shaders/push-notifications-sdk/tree/master/SDK%20Sample%20Projects/AdobeAir/ANE-Pushwoosh/bin When my devices receive a push notification while the app is in foreground, the PushWoosh SDK…
0
votes
1 answer

PushWoosh remote API createMessage limit

Does anyone know how many notifications we can create at once using PushWoosh's remote API ? I'm talking about this method :…
antoinek
  • 5
  • 2
0
votes
1 answer

pushwoosh blackberry html5 integration

am creating an app using html5 and compiling with phonegap, and so i am trying to integrate and use the pushwoosh plugin for blackberry webworks so i can send and receive notifications, but am stuck up somewhere, from the tutorial on their site…
user2617870
  • 59
  • 1
  • 8
0
votes
2 answers

Pushwoosh phonegap plugin, retrieving hwid on ios

I'm using pushwoosh to send push notifications to my ios mobile app. I want to allow users to disable notifications from within the app. The problem I'm having is that the pushwoosh api uses a different device id for ios than it does for android. …
ajodom10
  • 141
  • 1
  • 4
  • 12
0
votes
1 answer

iOS/Unity3D/Pushwoosh: Provisioning profile no APS entry

I'm having a lot of trouble with integrating pushwoosh, a service that lets one send push messages via web to a phone, in my iOS distribution app that I have created in Unity 3D. A few weeks ago, during test development, I integrated the service…
0
votes
1 answer

Where is the onNotificationGCM function in phonegap?

I am going to implement the Pushwoosh Plug in my Phonegap Build Application. The problem is that I cannot find the onNotificationGCM function in my project. Does anybody know where it is to find? Here are the step by step instructions by Pushwoosh:…
0
votes
1 answer

pushwoosh setTags "Device not found" error

setTags method always returns a 201 error code, the device is not found. even though I use the same device id in the createMessage method and it works fine. Are those different? I mean aren't "devices" and "hwid" both refer to the same thing ?…
Gubr
  • 11
  • 1
0
votes
1 answer

pushwoosh plugin for phonegap error class not found

Hello am creating an app that displays traffic feeds, in addition to it i want to be able to serve notifications to peeps who have installed this app, am trying to use the pushwoosh plugin for phonegap build, but i keep getting the error "class not…
user2617870
  • 59
  • 1
  • 8
0
votes
0 answers

Android: How to launch background Activity to foreground on Click of received Push Notification using Pending Intent

I am using the following code that I want to run after I receive the Push Notification. This piece of code works fine, if my application is in foreground. But in case the application is in background, then after clicking the push notification, the…
0
votes
2 answers

No push token given for ios using pushwoosh

I am trying to add pushwoosh through marmalade to mobile application (at the moment on ios device). Like on http://www.pushwoosh.com/programming-push-notification/marmalade-push-sdk-integration/ I have add to Info.plist…
PaolaJ.
  • 10,872
  • 22
  • 73
  • 111
1 2 3
18
19