09-30-2019 13:54
09-30-2019 13:54
We wanted to give a brief update about the status of SDK 4. To ensure a smooth rollout, we’re waiting until Fitbit OS 4 has been fully released to all in-market smartwatches before releasing the updated SDK. We have taken this approach to ensure that all devices are ready for any clocks and apps built with SDK 4. We can’t wait to get this release into your hands, and see all of your exciting new creations.
09-30-2019 17:09
09-30-2019 17:09
Do you have any timeline or date?
10-02-2019 09:41
10-02-2019 09:41
Hey Jon, I've seen a bunch of people complaining about Fitbit OS 4.0 bricking their Ionic. The release notes say only "bug fixing" so I removed the Ionic from my account until we know better. But is it possible to get at least a list of new features in the OS? Thanks!
10-02-2019 17:32
10-02-2019 17:32
How about some detailed API 4.0 documentation, showing the added/changed routines?
10-03-2019 14:20
10-03-2019 14:20
@FitnessJunky no date announced yet, just Soon:trade_mark:
@paperinik I wasn't able to find out anything about bricked Ionics, only that you should ensure the Fitbit mobile app is up to date.
@Rajid Docs will come with the SDK release.
10-03-2019 14:24
10-11-2019 11:14
10-11-2019 11:14
Not real useful - here's the "release notes" for 4.0.1:
This release includes bug fixes and improvements.
10-11-2019 11:16
10-11-2019 11:16
@JonFitbit if I haven't upgraded to 4.0, will I be upgraded to 4.0.1 directly when I decide so?
10-12-2019 18:41
10-12-2019 18:41
Interesting. So, that’s why my Ionic was bricked few days ago. I’m remembering being intrigued what could possibly break in a hardware which is extremely reliable by design. Well, now it’s at least makes sense :).
@JonFitbit, if there would be discount pricing for developers, I wouldn’t mind getting me a new device. 😉
10-16-2019 00:56
10-16-2019 00:56
Isn't it much more useful to your ecosystem to release the SDK to developers as soon as possible, so that when you have SDK 4 rolled out, there are already apps to make use of it? Just make sure they can't be uploaded to the store and all should be good. Or even better, allow them to be uploaded to the store to get some beta testing going of the new features and let users know what they can look forward to once they get the update.
And honestly, even just getting a list of features would be great, just so that we could start thinking about ways we could improve our apps using those features.
10-16-2019 17:09
10-16-2019 17:09
Agree 100%.
10-27-2019 13:51
10-27-2019 13:51
Is there any new updates or timeline info for when this will be released. I was so excited for the release of the Versa 2 I preordered and bought one for my friend, mom, and myself. I am now regretting it.
10-27-2019 14:36 - edited 10-27-2019 14:37
10-27-2019 14:36 - edited 10-27-2019 14:37
It is sorta released. You need to use CLI tools. Edit package.json to make sure that these lines look like shown below (@fitbit/sdk version and "mira" in buildTargets), and do `npm install` once. Then you good to go with your Versa 2.
"devDependencies": {
"@fitbit/sdk": "^4.0.0",
"@fitbit/sdk-cli": "^1.7.0",
...
"buildTargets": [
"mira",
..
],
Fitbit Studio doesn't work though (last time I checked).