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.