ionic-team / capacitor-background-runner

Other
33 stars 17 forks source link

Doubt about use #54

Closed raul203al closed 8 months ago

raul203al commented 8 months ago

I'm making an app that needs to update the user location to a server each 15 minutes I would like to know if it is viable to do with this plugin

peitschie commented 8 months ago

@raul203al assuming you set the correct power permissions on the application (i.e., allow unrestricted background execution), this can possibly be made to work on Android.

The plugin itself though isn't magic. It's restricted by the same limitations that every background process on Android and iOS is.