Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 529 Bytes

File metadata and controls

19 lines (13 loc) · 529 Bytes

AeroDoc Cordova

Install

Clone this repository and do the follwoing:

  1. Add cordova platforms
  2. Add AeroGear Unified PushPlugin
  3. Add the aerogear-aerodoc-web to the www directory

Example:

git clone https://github.com/aerogear/aerogear-aerodoc-web www

cordova platform add android ios
cordova plugin add aerogear-cordova-push

Prolog

Now all that there is left to do is setup the varaintId and secret in the app.js located in the scripts for each platform be sure to edit the one in merges!