How do you store data in a vivoactive watch App, for retrieval the next time the App is opened? I had thought it was something to do with Object Store but can't find any examples. Thanks Dave
It's actually not that hard to do. Look at the API doc when you look at the code and see what the calls do.. You're be looking for things like getProperty and setProperty. BTW, you really want to post stuff like this in the developer forum. This is a sub forum of that.
Previously, I had been looking for an instruction of the form "Objectstore" or something like that.
I now see that it's all to do with ...... var app=App.getApp() & 'app.setProperty()' and 'app.getProperty()' etc... Thanks, if you hadn't pointed me back to that example I would never have go it ! Dave BTW did you mean .....
I think you only saw the list of sub forums, but if you scroll down, that's the main CIQ developer forum.
The CIQ developers forum. The one you are posting in is a sub forum to the CIQ developer Forum. This one is for people to suggest app ideas, and there's another sub-forum where developers have threads to support their apps (the "showcase"), and another to report CIQ bugs, and another for general CIQ announcements.