2
votes

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.

1

1 Answers

0
votes

I can't seem to open the link, but it seems like on registration, the service is noting the request with platform MPNS. Are you using the client SDKs or using REST directly? If REST, I would make sure the platform is set correctly. You will also need to update the WNS certificate with Notification Hubs in the Azure Portal.