Windows error 0x803E0119, -2143420135

Detailed Error Information

WPN_E_PUSH_NOTIFICATION_INCAPABLE[1]

MessageThe application background task does not have the push notification capability.
Declared inwinerror.h

HRESULT analysis[2]

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

Questions

0votes
1answer

The WP8.1 application background task does not have the push notification capability.

For Push Notifications on WP8.1, with using WNS I get the following exception : The application background task does not have the push notification capability. (Exception from HRESULT: 0x803E0119) In my Package.appxmanifest file I have checked in the Internet capabilities, set WNS in WMAppManifest.xaml. What other configuration is required for [...] read more
windows-phone-8.1
wns

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