hey. there's something odd happening with reading properties on the garmin watch app i developed: github.com/.../garmin-padel
Under /resources/properties.xml i have a property for app version which I use to display on the app entry screen.
During local development I did notice that I would change the value and the simulator screen would keep displaying the old value. So far I ignored this issue because when publishing the app to the store, and downloading to my garmin forerunner 945, it would display the correct version. But recently I saw this problem on the watch as well.
At first I thought I had forgotten to update the app. But recently I implemented a save to FIT file of the app version (under https://github.com/pedrorijo91/garmin-padel/pull/58), and released my version 1.5.0
Today I was using the updated version of the app, and it was displaying 1.4.0 version in the screen. I thought that something weird happened during the upgrade. But when I synced the activity to the garmin connect account, I saw the field was written and the value is 1.4.0 (which is impossible because this feature was just added on 1.5.0)
So what is happening? is this a garmin SDK known bug? Do I need to clear any cache or resources to ensure the properties get updated?