How I can create an app with background process like tracker?
How I can create an app with background process like tracker?
What is tracker?
You can run a worker (background process) using cron that uses wget e.g.
wget http://localhost:8001/apps/yourworker/yourworker.rsp
That will run in the background in the cloud server at the intervals you specify in the crontab entry.
See doc:
https://www.lianja.com/doc/index.php/Background_Tasks
Last edited by barrymavin; 2024-06-05 at 22:25.
Principal developer of Lianja, Recital and other products
Follow me on:
Twitter: http://twitter.com/lianjaInc
Facebook: http://www.facebook.com/LianjaInc
LinkedIn: http://www.linkedin.com/in/barrymavin
Sorry,
A real-time tracking, like Uber.
The background process must run on mobile.
You can’t run the background process on a mobile client.
You would achieve this on a timer that requests geolocation and update the map in a WebView.
Last edited by barrymavin; 2024-06-06 at 10:26.
Principal developer of Lianja, Recital and other products
Follow me on:
Twitter: http://twitter.com/lianjaInc
Facebook: http://www.facebook.com/LianjaInc
LinkedIn: http://www.linkedin.com/in/barrymavin
Bookmarks