Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is it possible to downgrade SDK to version 1 ?

ANSWERED

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: 

  1. That black screen issue after an app starts that many users are writing about
  2. 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.

 

 

 
 
 
 
0 Votes
 
Best Answer
1 BEST ANSWER

Accepted Solutions

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"
}

View best answer in original post

Best Answer
3 REPLIES 3

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"
}
Best Answer

It would be nice to have this feature in Studio as well

Best Answer
0 Votes

@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
0 Votes