2
votes

Regarding push notifications. How to implement push notifications in Win8 Metro application. Here am using HTML5 and JavaScript to implement push notifications. I have tried by studying msdn concepts, but not get a clear idea to implement client-side and server-side code.

Can anyone provide me a sample example?

Help me guys. Thank you.

1
This looks to be very similar / dupe of stackoverflow.com/questions/11827357/… - Dominic Hopton

1 Answers

1
votes

Here are some samples that may help you:

Also, check out the Quickstarts on the Sending push notifications page; they walk through the process step-by-step. Hope that helps!