Push Notification does not generate the ChannelUri while using on the device

232 views Asked by At

I'm trying to implement push tile notifications in my application, to understand the working i have made a sample app by using code given in MSDN. Now my problem is when i run the application in the simulator everything goes fine, i even get the url that i'm supposed to receive, but when i run the app on device (even after uninstalling and rebooting the device) i keep on getting the same error

The channel does not exist, but could not be opened. Try opening the channel again.

Is there something i'm missing ? Any help will be appreciated.

1

There are 1 answers

0
coplact On

Do you have a different device to try this on? The few cases where I've run into this, the user had to do a hard reset of their device, and then everything just worked. I've seen somewhere suggested to confirm that the date/time/timezone setting on your device is set correctly. I'm not too hopeful for it, but it would be great if you say that it resolved your problem!