Skip to content

Smile-SA/cordovapush-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Cordova Push Samples

Here goes sample client apps, interacting with cordovapush server.

Installation

You should install cordova-client

Quick Start

Use cordova-client command lines to build and emulate the project.

Config

edit the pushConfig.js file (under www/js directory) :

pushConfig.c2dmSenderId = "YOUR_PROJECT_ID";// a Google API project id. Get it from https://code.google.com/apis/console
pushConfig.subscribePushServerURL = "YOUR_PUSH_SERVER_SUBSCRIPTION_URL";// eg : "http://10.1.8.56:8888/subscribe"
pushConfig.unsubscribePushServerURL = "YOUR_PUSH_SERVER_UNSUBSCRIPTION_URL";// eg : "http://10.1.8.56:8888/unsubscribe"

Credits & Dependencies

it uses the following tools / plugins :

History

About

Cross-platform push notifications app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published