Hello,
I'm hoping to write code that, in an ideal situation, runs a background process every 5 minutes to gather basic metrics (steps, floors, cals) and POSTs it to an external database for some data analysis and dashboards.
I know how to do this for an app or a watch face, but I would much prefer the process to start without me starting an app (I can forget) or having my own watch face active,
Is there any way to achive this? Have a backround process that reliably starts after the device starts, without any user interaction?
Thanks