transistorsoft / cordova-background-geolocation-firebase

Firebase Adapter for Cordova Background Geolocation
MIT License
7 stars 5 forks source link

Nothing is logged on DEBUG build #6

Closed markokhman closed 5 years ago

markokhman commented 5 years ago

Platform: Android Plugins versions: cordova-background-geolocation-lt 3.0.0 "BackgroundGeolocation" cordova-background-geolocation-firebase 0.0.1 "CDVBackgroundGeolocationFirebase"

cordova (Cordova CLI) : 9.0.0 (cordova-lib@9.0.1) Cordova Platforms : android 8.0.0 Cordova Plugins : cordova-plugin-ionic 5.3.0, cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 3.1.2, (and 13 other plugins)

Im running on a debug build without a license Getting no logs on configure Noting is recorded to the collections i set on configure Getting "License failed" notice on app launch - i guess this plugin is supposed to work without license on debug builds?

What could that be?

christocracy commented 5 years ago
BackgroundGeolocation.ready({
  reset: true,
  logLevel: BackgroundGeolocation.LOG_LEVEL_VERBOSE,
  .
  .
  .
});
christocracy commented 5 years ago

Closed for lack of feedback.