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.