UWP - Create push notification channel error

1

I have a strange issue for creating a push notification channel uri. When I try to execute the following code:

receivedChannel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync();

I catch an exception with the following message:

A notification channel request for the provided application identifier is in progress. (Exception from HRESULT: 0x803E0103)

(nothing special in the call stack)

The problem appeared suddenly while it worked fine. I tried to restart my phone without success.

Note: I have this issue only on my development mobile. It works fine on others mobiles.

push-notification
uwp
wns
asked on Stack Overflow Sep 22, 2016 by Samuel LIOULT • edited Sep 22, 2016 by Samuel LIOULT

1 Answer

0

It's properbly not relevant any more, but I had a support call earlier this year with Microsoft. This kind of error message is actually due to an error in the whole push notification framework. The problem has been resolved in the Fall Creator's update released on October 17th, 2017. As a matter of fact I have not encountered the error since then on any of the ~500 devices in my domain.

So, error resolution: Update your device. Hope that helps.

answered on Stack Overflow Dec 18, 2017 by Florian-Rh

User contributions licensed under CC BY-SA 3.0