0
votes

Windows Phone 7 has the MpnsRecipe NuGet package which you can use to send push notification messages to the Microsoft Push Notification Service (MPNS) on the server side. However, this package has not been updated for Windows Phone 8.

http://nuget.org/packages/MpnsRecipe

What is the equivelant for Windows Phone 8? I want to make use of the new wide tiles but I can't find any code online to get me started. All I can find is the XML format for the new messages on MSDN and I'd rather not have to write my own if there is a ready made package available.

2

2 Answers

1
votes

Most WP7 projects should just work on WP8. Did you try to use the NuGet package and something didn't work? Did you forgot to unblock the web downloaded DLLs or did you forgot to update your NuGet package manager.

0
votes

Check out PushSharp: https://github.com/Redth/PushSharp It appears to have been updated for the new notification payload formats in Windows Phone 8.