Sending push notifications (Metro style apps using JavaScript and HTML)

Expand
Language: JavaScript and HTML | VB/C#/C++ and XAML
3 out of 8 rated this helpful - Rate this topic

Sending push notifications (Metro style apps using JavaScript and HTML)

[This documentation is preliminary and is subject to change.]

The Windows Push Notification Services (WNS) enables third-party developers to send toast, tile, and badge updates from their own cloud service. This provides a mechanism to deliver new updates to your users in a dependable and power-efficient way. The topics in this section show you code examples that demonstrate how to accomplish specific tasks that relate to the sending of push notifications.

See the push notification overview for a conceptual discussion of push notification and WNS concepts, requirements, and operation.

In this section

TopicDescription

Quickstart: Sending a tile push notification

This Quickstart walks you through the steps necessary for your cloud server to send a tile push notification to your app through the WNS.

Quickstart: Sending a toast push notification

This Quickstart walks you through the steps necessary for your cloud server to send a toast push notification to your app through the WNS.

How to update a badge through push notifications

This material is not yet available. This placeholder topic is provided as an example of documentation that may be included in a later release.

How to request, create, and save a notification channel

This topic explains how to open a channel Uniform Resource Identifier (URI) over which your app can receive push notifications, how to send it to your server which uses it to send push notifications, and how to close it when it is no longer required.

How to intercept notifications for running applications

This material is not yet available. This placeholder topic is provided as an example of documentation that may be included in a later release.

How to manage channel expiration and renewal

This material is not yet available. This placeholder topic is provided as an example of documentation that may be included in a later release.

How to authenticate with the Windows Push Notification Service (WNS)

This topic explains how to authenticate your cloud server with WNS and receive an access token in return.

Push notification service request and response headers

This topic describes the service-to-service web APIs and protocols required to send a push notification.

Guidelines and checklist for push notifications

This topic describes best practices for using push notifications and lists any requirements your app needs to meet to be accepted in the Windows Store.

Raw notifications

This section shows you how to use raw notifications.

 

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD
Notifications for desktop application .
Can i show toastnotification from a .net desktop application ?i noticed that the windows explorer show a notification while plug in a CD to the CDROM .
12/20/2011
Windows Metro Style Apps Forums
To get help with these APIs, feel free to post your questions on the developer forum. Here you'll be able to connect with other developers and Microsoft experts to help get your questions answered. http://social.msdn.microsoft.com/Forums/en-us/category/windowsapps