Azure Mobile Services push notifications channel creation fails after adding Private Networks capability in Windows 8 XAML store app

时光怂恿深爱的人放手 提交于 2019-12-11 09:44:37

问题


Azure Mobile Services push notifications have been working in my Windows 8 XAML Store app until I needed to access local network resources and had to add the Private Networks (Client & Server) capability. Now the application generates the error below when I try to acquire the push channel

  CurrentChannel =
                await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync();

            CurrentChannel.PushNotificationReceived += CurrentChannel_PushNotificationReceived;

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

Any idea why I can't acquire the push channel with the Private Networks capability enabled?

Thanks, Mike


回答1:


I rebooted my computer and I can no longer reproduce the issue. I waited a few days to answer to make sure it didn't come back but it still working. So rebooting seemed to fix it.

Thanks, Mike



来源:https://stackoverflow.com/questions/17871708/azure-mobile-services-push-notifications-channel-creation-fails-after-adding-pri

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!