Delivering scheduled, periodic, and push notifications (Windows Store apps using JavaScript and HTML)

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

Examples given in the Creating tiles and badges and Sending toast notifications sections demonstrate the use of local notifications. Local notifications allow you to update your tiles and badges and send toast notifications while your app is running, using text and image resources stored on the device that the app is running on. This section extends that information to discuss the other mechanisms available for you to provide tile, badge, and toast content: scheduled, periodic, and push notifications.

These topics assume that you have a working knowledge of tile, badge, and toast notification terms and concepts. For more information, see Tiles, Badges, and Notifications.

For information about selecting the best notification method for a particular scenario, see Choosing a notification delivery method.

In this section

TopicDescription

Scheduling notifications

This section shows you how to schedule notifications to appear at a specific time.

Periodic notifications

A tile can set up a periodic poll of a specified Uniform Resource Identifier (URI) on a web server to get updated tile or badge content.

Push notifications

The Windows Push Notification Services (WNS) enables you to send tile, badge, and toast notifications from the cloud. WNS provides a mechanism to deliver updates as necessary to your users, even when your app is not running. Push notifications are ideal when you need to target a specific user with personalized content.

 

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.