Pregunta

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!

¿Fue útil?

Solución

Try

Handle = CurrentChannel.ChannelUri.ToString();
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top