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 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.
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 AnswerNo. The simulator only officially runs on Windows and MacOS.
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.
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