I'd like to develop custom alarm application for Garmin watch. To trigger the alarm I'd like to check if enough time passed in background service (`ServiceDelegate`), yet I see an error that I cannot access `WatchUi` from a background process. This would allow to open an app - without asking user to open the app - and trigger the alarm efficiently.
If there is workaround for that (I am interested in triggering an alarm when app is not displayed, from background process) -- I am happy to implement