Hello,
I have a problem with changing app settings in simulator (Eclipse Mars on Windows7, ConnectIQ-SDK 1.2.5, latest simulator and SDK versions installed).
In resource file there are defined several settings (boolean, numbers, lists). With the latest app version all worked fine (using some booleans, numbers and 2 lists). In the new version I added 6 new lists for colors selection.
Now after changing the settings in simulator (using the app settings editor in eclipse), the settings are stored in SET file only one time (first change). After changing them a second time, the SET file gets deleted. The onSettingsChanged method tries to read the values but only gets "null" for every option.
What is going wrong? Is there a limit for app settings (or size of SET file)? It seems that happens only using lists.
Could anyone give me a hint how to fix this error? Is it only a simulator problem and it will work on the real device? ...but I can't check this because I have to publish a public version and can't test with sideloading :(
Thanks
Ronny