w3c Web Notifications implementation for cordova. Adds a few extensions, such as specifying a time delay, which is necessary for making notifications useful on iOS.
Using this plugin requires Android Cordova
- Modify your AppDelegate.m file to add the code supplied in the src/ios/AppDelegate.m.diff file.
See example in example/ folder.