04-22-2019 20:15
04-22-2019 20:15
Hello,
I have the same issue as identified on the thread here: https://community.fitbit.com/t5/SDK-Development/Saving-Color-Select-Settings/td-p/2991982
If a user chooses color settings, they persist as long as the clockface is running, but if closed and reloaded, they revert to default colors. Also I am successfully using a photo picker within settings by following the official guide... which does appear to allow load, save and choosing of photos. The issue I have is combining both since the "proper" way of saving color settings is using callbacks and additional directories it is a bit confusing for me at this point....
I am looking at the working example the dev posted to github here: https://github.com/CESAOCRA/Large_Print_Watchface and cannot see how I would adapt it to use both color select and photo picker.
Can anyway help me out please, I've spent quite a bit of time, my clockface is using localization and k-pay, its getting quite involved and since it's a paid clockface posting all the code is not my best option.
Just looking for direction on combining the color settings working in this project https://github.com/CESAOCRA/Large_Print_Watchface along with a photo picker.
Thanks in advance for any and all your time and assistance.