Skip to content
Sebastián Katzer edited this page Feb 14, 2015 · 13 revisions

The essential purpose of local notifications is to enable an application to inform its users that it has something for them — for example, a message or an upcoming appointment — when the application isn’t running in the foreground.
They are scheduled by an application and delivered on the same device.

How they appear to the user

Users see notifications in the following ways:

  • Displaying an alert or banner
  • Badging the app’s icon
  • Playing a sound

Examples of Notification Usage

Local notifications are ideally suited for applications with time-based behaviors, such as calendar and to-do list applications. Applications that run in the background for the limited period allowed by iOS might also find local notifications useful.
For example, applications that depend on servers for messages or data can poll their servers for incoming items while running in the background. If a message is ready to view or an update is ready to download, they can then present a local notification immediately to inform their users.

Plugin's Purpose

The purpose of the plugin is to create a platform-independent javascript interface for Cordova-based mobile applications to access the specific API on each platform.

Clone this wiki locally