Is there a limit in the number of settings of the size of all the settings data that I am not aware of?
It seems as I am adding configurable settings to my app/watch face, I'm finding all kinds of strange things happening.
My last stable build had 31 configurable settings, and everything worked fine in the simulator, and the App Settings Editor.
After adding a few more settings, I now see several problems:
- From the App Settings Editor, Eclipse has reported a null reference exception, I can't load any settings at all now in the App Settings Editor
- If I remove a few, I can load the settings, but if I try changing any in the App Settings Editor, they do not save and are not sent to the simulator.
I'm guessing there is either a bug somewhere, or an undocumented number of settings or size of the settings data that I am not aware of.
The settings still seem to work fine after I publish my app/watchface, but I am no longer able to test anything before publishing, which makes it really inconvenient.