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) [...] read more
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 [...] read more