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
8
votes
2 answers

What should be the appropriate system flow for functionality of the push-notification service that is developed using PHP and Pushwoosh?

I'm a PHP Developer by profession. So, I don't have much knowledge about mobile apps, iOS, Android, etc. such like things. So, please try to understand me. I've an app developed using iOS by the respective development team. Now, I have to provide…
PHPLover
  • 1
  • 51
  • 158
  • 311
7
votes
2 answers

Phonegap pushwoosh plugin registerDevice App Crash

I am having this issue since last some days i have tried lot. I have found many solution but none of it works. I have also tried to reinstall Android Studio and SDK. I have updated SDK too. Still same error. Here is the Error Which I got when App…
Mayur
  • 503
  • 1
  • 6
  • 17
6
votes
3 answers

Pushwoosh leaking my activity

I am using Pushwoosh inside my application to receive push notifications. I am using the latest version of Pushwoosh library 3.1.14. I have a screen structure like this. Login Activity -> Main Activity with multiple tabs. So I am implementing my…
Krishnabhadra
  • 34,169
  • 30
  • 118
  • 167
5
votes
1 answer

get and show push data from serviceworker in chrome

I use pushwoosh for receive push notification in my web app. every things working well and received push message in serviceworker listener but I want give push messge data from serviceworker and process it in another js class main.js like…
Reza Mazarlou
  • 2,986
  • 4
  • 22
  • 31
5
votes
2 answers

phonegap pushwoosh plugin registerDevice callback functions never fire on android

I am trying to use the Pushwoosh Push Notifications phonegap build plugin but the registerDevice callbacks never fires on my android device, however the initPushwoosh function DOES fire because I see the alert from the call to alert("initPushwoosh"…
gabriel
  • 326
  • 1
  • 2
  • 12
4
votes
1 answer

Notification small icon color not changing Pushwoosh Android SDK

I am using Pushwoosh Android SDK for push notification, I am facing issue with the small icon color when expanding the notification bar, it should be in dark color, check screenshot with the affected devices with Android 7.0, and it's working fine…
Wael Abo-Aishah
  • 942
  • 2
  • 10
  • 27
4
votes
1 answer

How to retrieve device token from Parse Installation

I have built a Trigger.io application and have been using parse for my push notifications. I am now migrating to pushwoosh for my push notification needs, however I realise that parse uses Installation id for pushing notifications but pushwoosh uses…
Zhen
  • 12,361
  • 38
  • 122
  • 199
4
votes
1 answer

Send notification to specific device using Pushwoosh and Php

Has any one had any success in using Pushwoosh remote api to send custom notifications to a specific device? I have went over their documentation to set this up, but the notification keeps going out to all devices. What am I doing wrong here? Thanks…
LeagueCoach
  • 41
  • 1
  • 2
4
votes
1 answer

How to send Push Notification to some specific users using Pushwoosh Web API in C#?

I want to broadcast the Push notification to some of the subscribers using the Pushwoosh Web API. I have been using the code given in their website here But it is sending to all the registered users. How can I send the notification to some specific…
apptimist
  • 83
  • 2
  • 6
4
votes
0 answers

Pushwoosh native push message handling

I'm using PushWoosh services for handling push notifications on my PhoneGap based app. But i have a problem with handling native push messages. If i send the push notification over PushWoosh API or Management Panel it comes to device like…
hardc0der
  • 449
  • 2
  • 7
  • 13
3
votes
1 answer

Can't connect to Push Extension Service

i added Push Extension Service (target) to my project iOS 10 Rich Notifications Integration It can't connect to process (and it doesn't work - can't change payload). Xcode only once connected to process by "Debug - Attach to process by…
Denis Kosov
  • 697
  • 6
  • 21
3
votes
1 answer

How to send push notifications to multiple devices (belonging to one user) if device token changes?

The case is this: A user logs in to the app on their iPhone A The user login in to the same app on their iPhone B Now, in the database, there are 2 tokens for one user, that is correct. +---------+-------------------+ | user_id | device_token …
Ivan Hanák
  • 2,214
  • 1
  • 16
  • 25
3
votes
1 answer

How to send push notification via pushwoosh for web(Chrome, Firefox)?

I have successfully integrate pushwoosh for Chrome, Firefox and successfully Subscribed for Chrome, Firefox. I have followed following link for it: http://docs.pushwoosh.com/docs/web-sdk-20 I have taken the following steps: Removed any references…
Mehul Mali
  • 3,084
  • 4
  • 14
  • 28
3
votes
0 answers

App is not handling push if app is in background (React Native)

I'm facing a really troubling issue with my React Native app and Pushwoosh. If I close my app completely and send a notification from Pushwoosh control panel, it appears, I tap on it on my phone and my app receive push info. But if my app is in…
Fran Verona
  • 5,438
  • 6
  • 46
  • 85
3
votes
0 answers

Setting accent color in a circle behind icon image in android with pushwoosh/cordova

My app is using ionic (cordova). I want to "Use setColor() to set an accent color in a circle behind your icon image" at the lockscreen and notifications tray. Like the sms sent from Stian Sandø has a blue background in the screenshot. Is this…
huadev
  • 433
  • 4
  • 15
1
2 3
18 19