Вопрос

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