Hi!
I have a general and a particular question regarding the background process
Hi!
I have a general and a particular question regarding the background process
You only want to use the background annotation for things you need in the background. The background has less memory than the main app.
Also, the background can run at most, every 5 minutes, for a max of 30 seconds at a time. And then it might not run exactly when you expect. If you are running a different ciq device app, your background won't run until that app exits, for example.
Here's a thread about backgrounding https://forums.garmin.com/developer/connect-iq/f/discussion/5287/very-simple-sample-of-a-watch-face-with-a-background-process
and something in the CIQ documentation:
https://developer.garmin.com/connect-iq/connect-iq-faq/how-do-i-create-a-connect-iq-background-service/#howdoicreateaconnectiqbackgroundservice