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
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,562
  • 1
  • 17
  • 20
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
0 answers

What version of PushSharp is working and not responding for .Net Core

I have PushSharp 4.0 from NuGet (.Net core API sending IOS notification) working few months ago and all of sudden that has working. There is no error or exception but I don't see any of Notification succeed, Notification Failed, Feedback Service…
-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
  • 6
-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