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

phonegap build 3.3.0 + pushwoosh not working

I installed according to this guide: http://www.pushwoosh.com/programming-push-notification/android/android-additional-platforms/phonegap-build/ And I defined in pushwoosh the Certificate is needed. IOS system I get an error your provisioning…
0
votes
1 answer

i get this alert in my app , only in android.Created with phonegap

I need help to find where is this alert on my app with phonegap and pooshwoosh notification. I get this alert only on android.
gpweb
  • 11
  • 7
0
votes
1 answer

Disable PushWoosh notifications from within Phonegap Build app

I have created an app that receives my notifications from PushWoosh. I want to create a page where the user can stop/start these notifications. It will be like a settings page. Can this be done? Can you show me a quick example code? Thanks
0
votes
1 answer

Missing context for method declaration pushwoosh xcode

first sorry for my bad english. I'm trying to implementate push notification in my Xcode project with pushwoosh. as the docs http://www.pushwoosh.com/programming-push-notification/ios/native-ios-sdk-integration/ i put the code #import…
0
votes
1 answer

pushwoosh & phonegao integration

I built an IOS application on phonegap. I am sending push notifications from pushwoosh - the problem is that pushwoosh need certificate for push notification, and phonegap need production certificate, Did someone solved that? Thanks.
Tal Levi
  • 321
  • 6
  • 19
0
votes
0 answers

Pushwoosh alert

I have iPhone messaging app and I have to use push notifications. Like iMessage, I'd like to have the alert when the app is in background. Innstead I'd like to not have the alert when the app is open, I'd like only to handle the notification to…
Anna565
  • 735
  • 2
  • 10
  • 21
0
votes
1 answer

Push notifications with Phonegap and Pushwoosh when app is not started

I've created an app using Phonegap Build (3.1.0) and Pushwoosh. Everything works fine when the app is in the foreground or background. What doesn't happen is that when the app is completely stopped the notifications don't reach it. Is there anything…
user421824
  • 21
  • 3
0
votes
1 answer

Error after importing Pushwoosh for iOS PhoneGap

I am working on my iOS PhoneGap-App. I have downloaded the plugin with following command: phonegap local plugin add https://github.com/shaders/pushwoosh-phonegap-build-plugin.git from github in the project-folder. When I want to run the application…
user3086983
  • 65
  • 1
  • 5
0
votes
2 answers

Error Message: ARC is required to compile Pushwoosh SDK

I am new in xcode. I got recurring message error when building for testing: *PWRequest.m User defined issues "ARC is required to compile Pushwoosh SDK"* In code it shows: #if ! __has_feature(objc_arc) #error "ARC is required to compile…
Quaxter
  • 13
  • 6
0
votes
1 answer

How to Implement PushNotifications in Phonegap using PushWoosh ?

I am trying to implement pushnotifications for phonegap using PushWoosh but I am actually not cleared with the documentation (Guide) , I am facing problem in the 4TH step unable to find the specified function in PushPlugin .....May I please know…
0
votes
1 answer

Pushwoosh iOS integration

I have a Pushwoosh premium account and so I configured iOS notifications automatically and downloaded the Provisioning profile via the link. I added the mentioned provisioning profile to my iPhone Provisioning Profiles via Xcode 5.0.2 Organizer. I…
Dan
  • 3
  • 5
0
votes
1 answer

push notification plugin error while working with pushwoosh and phonegap

i have followed all the steps to add pushwoosh to my android project in phonegap, all is well only problem i am getting is when i have added this plugin to my src/com folder, it shows error in PushNotifications.java file right after refreshing in…
0
votes
1 answer

Where is tokenHandler in Pushwoosh's Phonegap Build example?

According to the example here, step 4:- http://www.pushwoosh.com/programming-push-notification/ios/ios-additional-platforms/ios-push-notification-sdk-for-phonegap/ It says "Modify tokenHandler callback from Phonegap Push Plugin (replacing…
galaxyg
  • 53
  • 1
  • 1
  • 8
0
votes
1 answer

PushWoosh UIWebview

Ready to make a fool out of myself: I have this skeleton app, that has the PushWoosh notification classes in place. It works fine. I'm able to send a push message to my app. For this to work, in my AppDelegate, there is a method called - (void)…
Sjakelien
  • 2,255
  • 3
  • 25
  • 43
0
votes
1 answer

Filtering Push-Notifications Client-Side Pushwoosh

I am using Pushwoosh Remote API with PhoneGap(Android). I want to filter the Push Notifications client-side. So if a Push Notification comes, the Notifications should not be shown, but first the custom data in the Notifications should be compared…
user3086983
  • 65
  • 1
  • 5