12-10-2019 07:34 - edited 12-10-2019 07:48
12-10-2019 07:34 - edited 12-10-2019 07:48
Hi there,
I understand that the daily totals are saved on the Fitbit devices for up to 30 days (based on https://help.fitbit.com/articles/en_US/Help_article/1877#Frequency).
I was wondering if there is a possibility to actually store daily totals data on the device for a longer period of time (maybe even months) with a custom clock face that writes daily to the filesystem on the device? Is there a limit on the amount of space an app can use for local storage on device?
Cheers,
Paula
Answered! Go to the Best Answer.
Best Answer12-10-2019 10:41
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.
12-10-2019 10:41
Yes, you could persist this information in your own data file, and display it on a clock. The storage limit is 15mb including the app itself, so plenty of room for this.
Best Answer12-10-2019 10:41
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.
12-10-2019 10:41
Yes, you could persist this information in your own data file, and display it on a clock. The storage limit is 15mb including the app itself, so plenty of room for this.
Best Answer12-10-2019 11:08
12-10-2019 11:08
Super, thanks! I will give it a try.
Best Answer