Good morning,
I have an app displaying data obtained from a web service. I'd now like to implement complications, and use a background service to regularly query the web service and publish the complication data.
Now my question: is there a way to have the background service run only if there are actual subscribers to the complication, to avoid unnecessarily loading the system?