0

I am using PhoneGap to develop an application on iOS and windows phone 7.5 .

I already succeeded on implementing push notifications on my iOS PhoneGap application , but i am having a hard time to do the same with the windows phone 7.5 one.

Is there a tutorial , to show how i can implement it?

I cant even find the plugin for notifications , like i did on iOS.

Is it even supported??

Eran
  • 387,369
  • 54
  • 702
  • 768

1 Answers1

0

You can do it with the PushWosh SDK for PhoneGap. Here is a short link describing how to implement it.

Robert Weindl
  • 1,092
  • 1
  • 10
  • 30
  • Yes that the only one i found too a couple of minutes ago. I am looking at it right now. Do you have any experience with it? –  Mar 05 '13 at 12:12