HaylLtd / cordova-background-geolocation-plugin

Background and foreground geolocation plugin for Cordova.
Apache License 2.0
56 stars 64 forks source link

Always send location in the background and without notification #144

Closed josuelmm closed 1 year ago

josuelmm commented 1 year ago

I would like to continue sending the location even with the app closed, in the background. And without showing the notification, as the "Life360" application does, is it possible?

https://play.google.com/store/apps/details?id=com.life360.android.safetymapd

HarelM commented 1 year ago

You need special permissions from the Google store for that, which I don't think they give lightly. I applied several times without getting any response... So on theory, it might be possible, but generally speaking, it makes a lot more sense to notify the user the app is collecting data...

josuelmm commented 1 year ago

Excellent, thanks for your answer.