Hi, I am working on a background web request for a watch face. I have read various discussions here on this but nothing that solves my issue.
I include full test code simplified as far as possible (it's only 90 lines) - when the temporal event is fired in the simulator the web request is made and successfully returns a result. When Background.exit is then called, onBackgroundData is not called.
I thought it easier to show the full code rather than explaining further what I do and don't do. As a test line 74 can be uncommented (this does fire onBackgroundData, but without the web request result so is useless) I am using VSCode.
Thanks for any insights anyone may have...
Full file litdev.uk/stuff/bgwfApp.mc - can't update in this slightly weird forum.