Is it possible to develop a stand alone app which I can install and run on my Vivoactive 3 watch without having to through the App store route?
Is it possible to develop a stand alone app which I can install and run on my Vivoactive 3 watch without having to through the App store route?
Yes, you can sideload it. Here's a bit in the new developer FAQ about that:
https://forums.garmin.com/developer/connect-iq/w/wiki/4/new-developer-faq#testing-purposes
You'll also find it in the Connect IQ basics doc in the SDK.
Note, there are few things you can't do with sideload, like using your phone for app settings, or seeing data in Garmin Connect for fit contrib data.
OK Jim and 9635560, thanks for that. I did make a good search through the Connect IQ literature but as a newbie sideload was not a word that would have caught my attention.
You said:
Note, there are few things you can't do with sideload, like using your phone for app settings, or seeing data in Garmin Connect for fit contrib data.
My app is all about collecting data for an activity and then post processing that data from https://connect.garmin.com/modern/activity/.......
Does that mean that sideloading will not provide what I require?
You can record an activity and it will sync to Garmin Connect. See the recordSample in the SDK. Sideload it, and you'll see the process when you record and save an activity.