Questions tagged [pushsharp]

It is a server-side library for sending Push Notifications to iOS/OSX (APNS), Android (GCM) and Windows (WNS).

PushSharp is a server-side library for sending Push Notifications to iOS/OSX (APNS), Android (GCM) and Windows (WNS).

261 questions
0
votes
2 answers

notification with pushsharp

I want to implement notification in web application with pushsharp. I found some sample projects on github for pushspharp they are working. please help me in getting start to develop small app on notifications with pushsharp. thanks in advance
user1924911
  • 107
  • 1
  • 1
  • 10
0
votes
1 answer

PushSharp always return device expired

I'm trying to send a push notification using https://github.com/Redth/PushSharp I'm using the sample project as is (having commented out the non ios stuff from program.cs), I confirmed that the app i'm using is the correct app, I've regenerated the…
Monsters X
  • 2,638
  • 1
  • 19
  • 21
0
votes
2 answers

How to send push notifications to more than one platform using Redth PushSharp library?

I've been using Redth/PushSharp code to implement server side push for both Android and iPhone. Using the following code: foreach (Receipient in iOSUsers) { push.QueueNotification(NotificationFactory.Apple() …
-1
votes
1 answer

pushsharp newbie-web app developer

I need to create a push notification service in my web app, and also in my app. I want to use pushsharp 4.0, but have no idea where to begin. Do I need to create a Web service, a Windows service? My web app is webforms with Visual Studio 2013. And…
-1
votes
1 answer

PushSharp “get json on NotificationSent ” issue

I used PushSharp DDL, I am trying to save the status of the notification send in my database. on NotficationSent Event, I will update my database with status=true where NotificationID=XXXX NotficationSent event includes my JSON which I pushed in…
rol
  • 57
  • 2
  • 7
-5
votes
2 answers

Pushsharp Compatible with Phonegap and Supported platforms + server control

Is pushsarp compatible with phonegap all the supported platforms i need to support IOS , Android , BlackBerry and windows phone and second thing can i control the server side or sending the push notification control on my PHP server working with…
1 2 3
17
18