We have just upgraded our existing Windows phone 8 Silverlight app to Windows phone 8.1 Silverlight project with the help from here Basically we want to use WNS to send push notification and not MPNS. We changed the notificaiton type to WNS in menifest file. We added the tile in package.menifest file.
When we are registering the app we get the app id but notification is not being received on the app. We are using Azure notification hub to send the notification using WNS. When we look at the azure notification explorer it shows the registration but the platform is still MPNS. Any help will be highly appreciated.