Skip to content

A new sample mobile app built with Ionic/ngCordova to register and receive push notifications for iOS and Android. Also includes node services for pushing notifications to one or many devices at a time.

Notifications You must be signed in to change notification settings

hollyschinsky/PushNotificationSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Push Notification Sample App

A PhoneGap app built with Ionic and ngCordova to demonstrate how to register for and receive push notifications.

###Push Notification Sample Node Service node-apn This sample also includes a node service example called sendMsg.js for sending push notifications using the node-apn library.

###node-pushserver Check out node-pushserver to manage push notifications and device tokens with mongodb. This sample includes a subscribe.js file sample node/express service which can be used to subscribe a user and token for push notifications.

###ngCordova ngCordova is an AngularJS wrapper library for working with Cordova plugins. It's essentially a set of directives implemented with promises to help keep your plugin code clean, organized and more maintainable.

Install the following plugins:

  • PushPlugin

  • console

  • device

  • dialogs

  • file

  • media

    $ ionic plugin add org.apache.cordova.console $ ionic plugin add org.apache.cordova.device $ ionic plugin add org.apache.cordova.dialogs
    $ ionic plugin add org.apache.cordova.file $ ionic plugin add org.apache.cordova.media $ ionic plugin add https://github.com/phonegap-build/PushPlugin

About

A new sample mobile app built with Ionic/ngCordova to register and receive push notifications for iOS and Android. Also includes node services for pushing notifications to one or many devices at a time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published