A starting project for using Background Geolocation Plugin. It has been coupled with "tabs" template from Ionic.
- Clone this Project.
- Install the Cordova Background Geolocation Plugin using the following command.
- Build the project and use it.
$ cordova plugin add https://github.com/transistorsoft/cordova-background-geolocation-lt.git
More info on using Ionic Projects can be found on the Ionic Getting Started page and the Ionic CLI repo.
Also, more info on the Plugin configuration can be found at Cordova Background Geolocation Plugin
##Screenshots
##Credits
- The code is built using Ionic Tabs Template.
- It is using the plugin from Repository.
- For any plugin related issues please create issues with the above repository.
- For any Ionic related issues post issues on Ionic repository.
- For anything else feel free to contact me.
- Git cloned the repo.
- Installed npm through Node
- Used
npm install
to install required packages. - Installed cordova through
npm install -g cordova
- Then added cordova plugin through
cordova plugin add https://github.com/rishantagarwal/cordova-background-geolocation-lt.git
- Then added ios as platform
cordova platform add ios
- Then build the project using
cordova build
- App is ready !