How to get authorized (https) channel in Visual Studio when creating MPNS chanel for WP8.0?
I have server with installed SSL cert, cert is also published in Windows Store for reserved app name.
I'm executing this line of code with service name identical like in published cert in store
new HttpNotificationChannel(channelName, "test.domain.com");
I'm unable to receive https chanel and I'm always getting http one.
When app is published as beta in Windows Phone Store and installed on device then it's receiving https channel. Do I need to do any special action in Visual Studio to make it work?