04-21-2019 13:03 - edited 04-21-2019 13:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-21-2019 13:03 - edited 04-21-2019 13:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Is it possible to downgrade SDK version to 1 in Fitbit Studio? Only 3.0 and 3.1 are available, but I could see too many problems after the upgrade:
- That black screen issue after an app starts that many users are writing about
- No support for HTTP in fetch
Can I switch to SDK 1 somehow until these issues are resolved? My app has become unusable because of that.
Answered! Go to the Best Answer.
Accepted Solutions
05-02-2019 14:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


05-02-2019 14:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I'm not sure that SDK1 will solve your issues, but if you really want to use SDK1 then you'd need to use the command line tools. It would be good to look into this black screen issue, have you checked the memory usage?
https://dev.fitbit.com/build/guides/command-line-interface/
"devDependencies": {
"@fitbit/sdk": "~1.0.0",
"@fitbit/sdk-cli": "^1.6.0"
}
05-02-2019 14:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


05-02-2019 14:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I'm not sure that SDK1 will solve your issues, but if you really want to use SDK1 then you'd need to use the command line tools. It would be good to look into this black screen issue, have you checked the memory usage?
https://dev.fitbit.com/build/guides/command-line-interface/
"devDependencies": {
"@fitbit/sdk": "~1.0.0",
"@fitbit/sdk-cli": "^1.6.0"
}
05-02-2019 16:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-02-2019 16:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
It would be nice to have this feature in Studio as well

05-03-2019 07:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


05-03-2019 07:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@Credelius wrote:
It would be nice to have this feature in Studio as well
We can't maintain that many versions of the SDK. You can read more here https://dev.fitbit.com/blog/2019-02-22-our-sdk-deprecation-process/

