문제

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