Windows error 0x803E011B, -2143420133

Detailed Error Information

WPN_E_CLOUD_SERVICE_UNAVAILABLE[1]

MessageThe notification platform is unable to connect to the cloud notification service.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode62 (0x03e)
NameFACILITY_WPN[1]
Error Code283 (0x011b)

Questions

2votes
1answer

Parse.com Push Subscription does not work on Windows Phone 8.1

I'm trying to get Parse.com Push notifications running on Windows Phone 8.1 (from this Tutorial). It seems that the initialization works: ParseClient.Initialize("my app-id", "my key"); But when I'm trying to subscribe to the broadcast channel, the following exception gets thrown: await ParsePush.SubscribeAsync(""); The notification platform is unable to connect to [...] read more
parse-platform
windows-runtime
push-notification
windows-phone-8.1

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0