Hey, I'm diabetic and I want to display my sugar level on WatchFace and DataField during activity. My main goal is to not use internet connection at all and display data provided or delivered by iOS (by bluetooth) by my own application. In iOS I can do whatever is needed, but I find Garmin development non intuitive and struggling with that.
Could you help me to understand what type of application (or applications) for Watchface and what type of data delivery / requesting should I use to achieve that? Tried `watchface` with `Communications.registerForPhoneAppMessages` but there is no way I can test it in Simulator.
Is there any way to test it on VSCode and CIQ Simulator to test that behaviour?
Any input is appreciated!