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

Pushwoosh / GCM - Android - Not receiving messages

I am using Pushwoosh to implement push notifications on my native Android app. I have followed this link: http://www.pushwoosh.com/programming-push-notification/android/native-android-sdk-integration/ When I run my app, I get the following debug…
2
votes
1 answer

The push notification format of Pushwoosh and Phonegap

Now the pushwoosh works without problem. I can see the notification on the upper left corner of the Android phone. How can I set the notification to be pop-up onto screen rather than the notification on upper left only, even the phone is in silence…
wing suet cheung
  • 205
  • 2
  • 5
  • 10
2
votes
1 answer

Pushwoosh callback on register device

I have been trying to implement pushwoosh into my javascript based application with phonegap( for Android ). I have gone through their tuturials and example, and I am also able to register the device to GCM server for getting notifications. But…
1
vote
0 answers

Migrate from Pushwoosh to FCM

Is there a way to migrate our registered devices from Pushwoosh to Firebase Cloud Messaging? We are switching push notification services but I dont want to lose the existing registered device.
redress
  • 1,399
  • 4
  • 20
  • 34
1
vote
1 answer

Can't get pushwoosh to receive notifs on Cordova Android

For some reason I do not understand, I do not receive PN on my Android device. I did configure GCM in console.firebase.google.com. I did put the generated google-services.json file in the platform/android folder of my cordova project. I of course…
Żabojad
  • 2,946
  • 2
  • 32
  • 39
1
vote
3 answers

Assigning to 'NSObject *' from incompatible type 'AppDelegate *const __strong'

Im trying to implement Pushwoosh into my game its very simple guide but I'm running into this issue here:
Th3Ya0vi
  • 17
  • 4
1
vote
1 answer

Pushwoosh multiple bundle ids on the same pushwoosh app

We've developed a flavor of our main app with a few UI alterations and when push notifications came to the table, the idea is to have both apps receive the same push notifs. It appears like ( but never said explicitly ) that a Pushwoosh app can only…
Return-1
  • 2,329
  • 3
  • 21
  • 56
1
vote
1 answer

React Native app closes after installing Pushwoosh package

I tested the package in a clean app and it works fine, however when I try to add pushwoosh-react-native-plugin to an existing app, it closes on start and never fire an error in Firebase Crash Reporting. I suspect may be a conflict with…
vtisnado
  • 476
  • 1
  • 8
  • 17
1
vote
0 answers

Pushwoosh sdk doesn't work on Nativescript ios app

I'm trying to use PushWoosh SDK (http://docs.pushwoosh.com/docs/native-ios-sdk) in my Nativescript (angular with typescript) project. for this reason i did the following: Extended UIApplicationDelegate (code below) Added nativescript-entitlments…
MatanCo
  • 374
  • 2
  • 14
1
vote
2 answers

How to implement pushwoosh with ionic 2

I want to implement pushwoosh in ionic 2 i am using this cordova plugin. i am new to ionic 2 want to know how to use methods from this plugin.
Ramsha Omer
  • 1,022
  • 1
  • 8
  • 28
1
vote
0 answers

Pushwoosh (cordova) custom iOS push notification long vibration

is it possible to create a push notification from Pushwoosh for cordova that triggers a long vibration on iOS? I could only find "force vibration"... If not, are there any other API's that allow this? Thanks
huadev
  • 433
  • 4
  • 15
1
vote
1 answer

pushwoosh-cordova-plugin Unable to receive push message on android when the app is not in the foreground or background

I have similar problem as the issue link below https://github.com/Pushwoosh/pushwoosh-phonegap-plugin/issues/60 Any idea how to solve this problem? Do I have to manually configure something in the AndroidManifest.xml or android.json?
Wai Mun
  • 194
  • 10
1
vote
1 answer

Titanium appcelerator error when opening window after push notification received

I use titanium appcelerator for a little app, with pushwoosh as notification server. On my index.xml i have following :
1
vote
2 answers

Why opening activity by pushwoosh notification click doesn't work in android?

I integrated PushWoosh in my project. And I need to open the activity when the user tap on the notification. When push was received I should obtain the data (let's say id) and send this id using Intent and open my Activity. So, I have created…
Mikhail Valuyskiy
  • 1,238
  • 2
  • 16
  • 31
1
vote
0 answers

Method 'onDeviceReady:' not defined in Plugin 'PushNotification', for pushWoosh plugin, using Ionic on an iOS 9 device

I am using Ionic to build my iOS app and using pushWoosh for notifications. I am following this guide: http://docs.pushwoosh.com/docs/cordova-phonegap. I have my code looking very much like the sample code here:…
jyli7
  • 2,731
  • 6
  • 23
  • 31
1 2
3
18 19