Hi Carlos
I am currently making use of the background plugin.
this is more or less what I have done so far.
1. My onready action has a javascript, that triggers another action after a set amount of miliseconds, in this case, it will trigger SaveLocation every 10 seconds.
2. The savelocation will check if app is in background mode or not. If in foreground it gets location and saves it. This work perfectly. When it is in background mode, it "tries" to get the location and executes my Saveloca action. In the Saveloca action, I take the lat and long and write it to my DB, and use text to speech as a cue to let me know that it executed.
All this works, it is just the "GetLocationwhileinbg" action is returning 0's and passing those 0's into SaveLoca.
I have tried replacing the "GetLocationwhileinbg" action that makes use of the location plugin, with another plugin's action , namely Background Location Plugin. and it actually saved a value, however only saved once, after it saved the first time, I get a warning.
"License Validation Failure BackgroundGelocation is running in Evaluation Mode"
I am attempting to get hold of the developer to obtain a license