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

Fitbit Studio is now shutdown for development use.

Fitbit Studio is now no longer available for development.

 

It seems that the debugging console is still available, if necessary, using the OS Simulator or watch, but no builds or editing of existing or new projects is possible.

Author | ch, passion for improvement.

Best Answer
0 Votes
5 REPLIES 5

@Guy_ Just started down the creation of a new Versa 2 app. Got the new Gallery App setup, and the app installed into the fitbit via sending the store URL to my phone and opening in app. 

Now that Fitbit Studio is gone, how can I update my app from the CLI and then push to my device. Having to drag and drop the file then publish isn't bad, just time I don't want to waste developing. 

Doug
Long time developer, new to Fitbit SDK.
Best Answer
0 Votes

@DJayFreshHopefully you downloaded your app from Studio so you can maintain it using CLI.

CLI can connnect to your watch and phone, allowing you to sideload your app without having to publish via Gallery.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

@Gondwana just started development this morning. Studio doesn't exist anymore. 

 

I can make a new post if needed, how do I sideload? I don't see any documentation on CLI connection to phone or watch. 

 

*Edit* I had the app open in dev menu. It just kept saying "waiting for studio". And no app ever appears in the sideload list

 

Thanks

Doug
Long time developer, new to Fitbit SDK.
Best Answer
0 Votes

@DJayFreshThe fitbit build tool (that you start with npx fitbit) should automatically try to connect to both your phone (if necessary) and your watch when you tell it to install. If it doesn't, you can try the connect commands (type help for more info). For connections to work, your watch and phone (if necessary) will need the applicable dev bridge settings turned on.

More info here (maybe).

Peter McLennan
Gondwana Software
Best Answer
0 Votes

Hey, just wanted to follow up here with some info to help anyone else. 

 

  1. Make sure that when you're connecting in the dev menu of the app that you also go to your watch > settings > developer bridge
  2. Tested with VPN and not, was able to connect, but did have better luck without VPN. 
  3. You can individually connect to your phone first with the following command:
    fitbit$ connect phone

Hope this helps,

Doug
Long time developer, new to Fitbit SDK.
Best Answer