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

Getting "NewSubscriptionId" as null on DeviceSubscriptionExpiredException #705

Open SumDa opened 8 years ago

SumDa commented 8 years ago

What version of PushSharp are you using? 4.0.10

Describe your issue: Getting "NewSubscriptionId" is null on DeviceSubscriptionExpiredException for WNS notification

What are the steps required to reproduce this issue? Send notification using WnsServiceBroker

Please provide any Exception Stack Traces

null_id

romanrakus commented 8 years ago

Most probably you have problem in your app. That was my case.

cristipufu commented 8 years ago

@romanrakus what kind of problems ?

joechihe commented 7 years ago

I had the same problem. I don't think I have an issue neither my server or my app. Using a simple request (Not PushSharp) to send the notification manually works. The same token on PushSharp fires the exception