#is it possible to run background tasks in native php mobile?

1 messages ยท Page 1 of 1 (latest)

lyric estuary
#

i want an app for tracking my employees positions while they deliver items
as such i need to have my code run in the background like 'fetch location every 30s~1min' and store in the local db
is nativePHP able to run the laravel scheduler potieionally?
i need the tracking to start after they open the app and click start tracking
and it needs to stay runnning even after i leave the app and go to another app or close my phone bassilcy background task

vague schooner
#

If you search here for that feature you find info that it is currently not supported but on the roadmap. So next time just search for it ๐Ÿ˜‰ There are also threads that mention using something like livewire-polling for such scenarios. There is no solution, yet that works completely in the background (while the app is closed).