Redth / PushSharp

A server-side library for sending Push Notifications to iOS (iPhone/iPad APNS), Android (C2DM and GCM - Google Cloud Message), Windows Phone, Windows 8, Amazon, Blackberry, and (soon) FirefoxOS devices!
Other
4.38k stars 1.53k forks source link

Notification exception WNS #720

Open darrrrUC opened 8 years ago

darrrrUC commented 8 years ago

What version of PushSharp are you using?

4.0.10

Describe your issue:

I can succesfully send notifications to both android and Ios but when I try to send to my windows phone I get the following:

WNS Notification Failed: {notificationException.Message} PushSharp.Windows.WnsNotificationException at PushSharp.Windows.WnsServiceConnection.d__9.MoveNext() Status = OK

Very sparse on information on that exception, any clue to what could cause this? I get this from the examplecode provided here

What are the steps required to reproduce this issue?

Please provide any Exception Stack Traces

WNS Notification Failed: {notificationException.Message} PushSharp.Windows.WnsNotificationException at PushSharp.Windows.WnsServiceConnection.d__9.MoveNext() Status = OK

mikecoram commented 7 years ago

I'm experiencing the exact same issue, any help on this?

PJTewkesbury commented 7 years ago

I copied the current source from GitHub and added the PushSharp projects into my Solution and removed the Nuget package. It all build and ran without this error.