Hi everyone,
I'm a beginner and trying to implement a watchface.
I successfully implemented an api call to retrieve some data with makewebrequest after struggling a bit and my V1 is now looking good.
For my V2, I would like to push a new view depending on the data retrieved by my api call.
I tried to call the pushView() method but got a "Permission Required" while debugging in Eclipse.
In the same vein, I tried to start an Attention.vibrate() but also got the same "Permission Required". I already activated background and comm permissions (to make the web request) but I can't see permissions that would be related to my problem.
I'm sure I'm missing something big / obvious for you guys.
Thanks for your help,
Marc