I am using Azure services in my windows phone 8 app to send push notifications and toast notifications by following the steps mentioned here.

However as mentioned in the comments below on the link, HttpNotificationChannel does not have a Uri property, it's ChannelUri, so the code to create a new Registrations object need to be changed.

Could anyone suggest a turnaround or a solution to this bug?

Thanks!

有帮助吗?

解决方案

Try

Handle = CurrentChannel.ChannelUri.ToString();
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top