Hello,
I'm developing a Connect IQ app that receives messages from a phone app. My background service successfully triggers, but I'm unable to display the received message using WatchUi.requestUpdate() or WatchUi.showToast() due to UI restrictions.
Could you advise on how to effectively display the received message on the watch? Additionally, how can I implement a notification system within the Connect IQ app to display messages received from the phone?
Thank you for your assistance.