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
0 answers

Pushwoosh Conditions (AND/OR)

In sending a message through the Pushwoosh API, all my conditions have to be satisfied in order for my message to reach the participant. if CONDITION1 and CONDITION2 and CONDITION3 ... are satisfied, send the message What if I want to specify an…
Kinglish
  • 23,358
  • 3
  • 22
  • 43
1
vote
0 answers

clang: error: linker command failed with exit code 1 (use -v to see invocation) - Pushwoosh Integration using Xcode 6.2

I am trying to integrate 'Pushwoosh in my iOS app using Xcode 6.2 , but after adding the 'Pushwoosh.framework' , I received this error (I added the framework only once) Do you know what I should do to fix this?
Sreeraj VR
  • 1,524
  • 19
  • 35
1
vote
2 answers

pushwoosh push notification for ionic does not work with android

I cant get Android Push to work with ionic. (ios works by the way) I followed the documentation here: http://docs.pushwoosh.com/docs/cordova-phonegap I even tried to create the same sample app based on…
Axil
  • 3,606
  • 10
  • 62
  • 136
1
vote
1 answer

Pushwoosh - no subscribers are added in android

I am trying to add new subscriber with pushwoosh remote api services. RegisterDevice POST https://cp.pushwoosh.com/json/1.3/registerDevice { "request": { "application": "XXXX-XXXX", // THE PROJECT ID ON PUSHWOOSH "push_token":…
shay
  • 2,021
  • 1
  • 15
  • 17
1
vote
2 answers

Pushwoosh - how to have 2 different app push notification in ruby on rails

The idea is to have 2 separate calls using the code below with different application id to push to different app. And I wish to do this on ruby on rails. However, when i insert this code into ruby on rails: auth_hash = { auth: '55555-5555',…
Axil
  • 3,606
  • 10
  • 62
  • 136
1
vote
0 answers

PushWoosh - Location based notifications via Remote API

I am looking to filter notifications based on users current location. I get that I can set geozones through the PushWoosh web-site, but I can't seem to find any way to do this through the remote API. I want to do something like…
1
vote
1 answer

Unable to receive push notifications from Pushwoosh to TestFlight distributed app

I am able to receive push notifications on a device that is registered as a test device however I am unable to receive any push notifications from a build distributed via TestFlight. Below are the steps I took during testing and deployment of a…
1
vote
1 answer

Calling Pushwoosh Remote API from Parse Cloud code

I want to send push notification from my Parse server(cloud code) using pushwoosh Remote API. I am trying to follow their Guidelines Here but can't but I am getting 400 error code in return of request which means my request string is malformed. 400…
Asadullah Ali
  • 1,056
  • 14
  • 31
1
vote
1 answer

module com.pushwoosh.plugins.pushwoosh.PushNotification not found

I recently rebuilt my iOS platform in my ionic/cordova project. In that process I somehow broke my push functionality. Before this it worked beautifully. Now, when I launch the app to a device in Xcode: In Xcode debugger I see all the normal…
Kinglish
  • 23,358
  • 3
  • 22
  • 43
1
vote
2 answers

Pushwoosh - native Android - not receiving notifications

I went through all steps in documentation. All permisions added to AndroidManifest.xml, GCM enabled for my application ID. No errors or warnings in console: 03-09 18:34:50.701 27716-27897/.*****.****** I/Pushwoosh: [RequestManager] | Pushwoosh…
1
vote
0 answers

Pushwoosh - Send single notification to multiple applications

This is more of a configuration based question. I am trying to send a single push notification to multiple application using Pushwoosh Application Group. Just for testing I tried to send a test push notification from Pushwoosh. I have two…
Nitish
  • 13,845
  • 28
  • 135
  • 263
1
vote
2 answers

Pushwoosh: Set Badge with PHP API

I'm using a paid Pushwoosh Account in order to send programmatically push-notifications to my users. I've implemented the Pushwoosh PHP SDK and everything works great, but I'm not able to set a Notification-Badge on iOS devices as seen on the…
John Brunner
  • 2,842
  • 11
  • 44
  • 85
1
vote
1 answer

PushWoosh Custom Push Broadcast receiver intent to activity gives extras null

I'm sending a bundle from the custom push broadcast receiver to the activity as given [here][1] This is how I have modified my code to fire an intent with extras: Intent launchIntent = new Intent(context, Home2Activity.class); …
AnupamChugh
  • 1,779
  • 1
  • 25
  • 36
1
vote
0 answers

Swift Pushwood 'PushNotificationManager.h' file not found

This doesn't work. Failed to import bridging header '/Users/sitatel/xcodeProyects/Centros Virtuales/Centros Virtuales/Centros VirtualesUITests-Bridging-Header.h' I followed this tutorial: http://docs.pushwoosh.com/docs/swift The bridge header is…
1
vote
1 answer

pushwoosh register and unregister

i have using the code as explained in the pushwoosh site . they ask for this in the activity life cycle : @Override public void onResume() { super.onResume(); //Re-register receivers on resume registerReceivers(); } @Override public…
Jesus Dimrix
  • 4,378
  • 4
  • 28
  • 62