Hi Developers,
can someone explain how to retain settings after an update of a widget? I have developed a widget and use the properties.xml to expose 2 booleans as settings.
<properties>
<property id="123" type="boolean">false</property>
<property id="ABC" type="boolean">false</property>
</properties>
I noticed that no matter what the user sets in the CIQ smartphone app, it is reset to the default when the widget is updated to a new version.
This is very annoying esp. when a user has adjusted lots of settings and then upgrades to a new version. As of now, everything is reset and the user needs to go back into settings and do it again.
I couldn't find anything in the SDK documentation regarding this.
Thanks for any hints!