So I'm making an app that uses a few of the sensors and then outputting the data to the console.log(). I want to get that data from the fitbit studio onto my computer so I can process them, view them, and even compare them to other data I collect as I continue development. I found, or at least looks like I did, an option in the developer bridge (on the phone) that I can get the logs from my app and share them, but every time I try nothing ever shows up. How do I get the logs (if I'm right about my assumption) to show up? Or is there a better and more correct way to get the logs that I'm after?
Answered! Go to the Best Answer.
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.
You need to look at the messaging guide, and the companion guide.
https://dev.fitbit.com/build/guides/companion/
https://dev.fitbit.com/build/guides/communications/messaging/
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.
You need to look at the messaging guide, and the companion guide.
https://dev.fitbit.com/build/guides/companion/
https://dev.fitbit.com/build/guides/communications/messaging/
I'm still working on a few different problems as well as the one I stated. I'll be trying out your answer and see if it's what I need. I'll update this threads status once I know if it does or doesn't work for what I'm needing.
Best AnswerThank you for pointing me in the right direction. It worked nicely. Literally just took the code from the messaging one and it gave me the code to get the data off of the device.
Best Answer