11-13-2018 01:48
11-13-2018 01:48
We are working on making a workflow to install http://dev.fitbit.com software needed for FitBit device development but the system requirements are not listed. Specifically the Windows components like .NET, Visual C++ Redistributable Version 20XX?
Thank you,
Jonathan
Best Answer11-13-2018 03:30
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.
11-13-2018 03:30
I'm not aware of any specific requirements for the simulator. It's an Electron app with an installer. Are you having issues with the installation?
Best Answer11-13-2018 23:43
11-13-2018 23:43
The installer fails under Wine.
Because it is an Electron app ( https://electronjs.org )
The install can be extracted with 7z but is there an official Linux compatible download for the FitBit Simulator?
Best Answer11-13-2018 23:46
Gold Fitbit Product Experts share support knowledge on the forums and advocate for the betterment of Fitbit products and services. Learn more
11-13-2018 23:46
No. The simulator only officially runs on Windows and MacOS.
Best Answer11-14-2018 00:07
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.
11-14-2018 00:07
Based on discussions I've seen in the community, it is possible to run the simulator on Wine.
env WINEPREFIX=~/.wine32 WINEARCH=win32 winecfg env WINEPREFIX=~/.wine32 wine .wine32/drive_c/users/greg/Local\ Settings/Application\ Data/Programs/@fitbitsimulator/Fitbit\ OS\ Simulator.exe
Best Answer