10-09-2019 04:18
10-09-2019 04:18
I developed a wearable app that syncs my vitals info with the Fitbit companion app. All i want is, when the connection breaks all my vitals info saved in my wearable app and when next time connection establishes all my saved vital info syncs with Fitbit companion app.
10-21-2019 01:53
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.
10-21-2019 01:53
I'd recommend persisting the data to the device using CBOR https://dev.fitbit.com/build/guides/file-system/
Then transferring that to the companion using the File Transfer API https://dev.fitbit.com/build/guides/communications/file-transfer/
Best Answer