Home

Awesome

:large_blue_diamond: [Ionic 3] Cordova Background Geolocation — Demo

Google Play

Fully-featured Ionic-based sample-application for Cordova Background Geolocation

Home Settings

:large_blue_diamond: Installation

Step 1: Start by cloning this repo

$ git clone https://github.com/transistorsoft/cordova-background-geolocation-SampleApp.git

Step 2: Building and Running the Ionic 3 App

$ npm install

$ npm install -g cordova ionic # you should have ionic and cordova installed

$ ionic cordova prepare android
$ ionic cordova run android --device

$ ionic cordova prepare ios
$ ionic cordova run ios --emulator
// opens a web console which receives all your locations
$ npm run open  

The quickest way to see the plugin in-action is to boot the iOS simulator and simulate location with Freeway Drive.

The demo is composed of three separate and indpendant sub-applications implemented as Ionic page-modules.

:large_blue_diamond: Tracking Server

The demo app is configured to post locations to Transistor Software's demo server, which hosts a web-application for visualizing and filtering your tracking on a map.

:warning: Make your organization and Device ID unique and known only to you — if every one uses "test", you'll never find your device!)

:large_blue_diamond: Debug Mode

The plugin has a debug mode for field-testing. The plugin will emit sounds during its life-cycle events:

EventiOSAndroid
Exit stationary-regionDee-do Dee-do...Dee-do Dee-don/a
Location recordedSMS-sent sound"blip"
Aggressive geolocation engagedSIRI listening sound"doodly-doo"
Acquiring location"tick, tick, tick"dial-tone sound
Stationary state"bloom"long "beeeeeeep"
Geofence crossingtrumpets/fanfarebeep-beep-beep

NOTE: In order for debug sounds to operate when the app is in background, you must enable the Audio and Airplay Background Mode.

:large_blue_diamond: Adding Geofences

The Advanced app implements a longtap event on the map. Simply tap & hold the map to initiate adding a geofence.

Tap-hold to add geofence

Enter an identifier, radius, notifyOnExit, notifyOnEntry.