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:
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.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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"
}
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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"
}
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
@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/
Best Answer