Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 936 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 936 Bytes

Cordova Local-Notification Plugin

Supported Platforms

  • iOS (including iOS8)
  • Android (SDK >=11)
  • WP8
    Windows Phone 8.0 has no notification center. Instead local notifications are realized through live tiles updates.

Dependencies

[Cordova][cordova] will check all dependencies and install them if they are missing.

  • [org.apache.cordova.device][apache_device_plugin] (since v0.6.0)

Installation

The plugin can either be installed into the local development environment or cloud based through [PhoneGap Build][PGB].

Adding the Plugin to your project

Through the [Command-line Interface][CLI]:

# ~~ from master ~~
cordova plugin add https://github.com/hardikthakkar3/pullNotification.git

Removing the Plugin from your project

Through the [Command-line Interface][CLI]:

cordova plugin rm com.hardik.thakkar.pullNotification