01-04-2020 19:06
01-04-2020 19:06
I am developing an app that works just fine using the simulator in fitbit studio, but when I publish and install on phone and watch, the settings will not save to Versa 2 watch. I have set it to compile for versa 2.
01-05-2020 09:59
01-05-2020 09:59
The app uses scrollview to display variables entered by user in settings. It works fine in the simulator, but when transfered to the phone and watch, only the constant headers are shown, no variables.
01-05-2020 11:35
01-05-2020 11:35
Maybe I figured it out. The settings on the phone companion were still there even though I updated the app. I tried saving the settings but that didn't work, but then I took one of the settings variables and zeroed it out, then reentered some text and saved it, and all of a sudden, it worked and all the variables were on the watch.
01-05-2020 11:41
01-05-2020 11:41
Settings are saved across reinstalls, which can be a problem when you're changing the structure of the settings. Uninstalling the app removes its settings so you can make a fresh start.
01-05-2020 12:22
01-05-2020 12:22