I need to realize an app that store user journey (path) when he moves from A to B. Now, I know that ionicframework can use GPS, but what happen when my APP go to background ? Ho
It's possible with a plugin you're referring as a $600+ premium plugin.
People usually forget that older versions are also available, including last viable Android/iOS version: https://github.com/christocracy/cordova-plugin-background-geolocation/tree/0.3.7
ionic plugin add cordova-plugin-background-geolocation@1.0.5
Currently, other distinct versions do not exist, everything else is just a fork of this original plugin.