I am collecting raw sensor data (HeartRate, accelerometer, gyroscope, etc.) with Samsung Watch 4. I need to run my data collection application continuously in the background. However, it seems the watch OS kills the application after some time.
So my question is - How can I keep my application running in the background continuously without being interrupted/killed by the watch OS?