GPS position when mobile app is in background (with ionicframework)

后端 未结 2 1323
萌比男神i
萌比男神i 2021-02-06 12:26

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

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-06 13:19

    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.

提交回复
热议问题