How do you make those changes live? I don't see change once send when the simulator is running.
How do you make those changes live? I don't see change once send when the simulator is running.
Have you implemented a onSettingsChanged function?
You added onSettingsChanged to your AppBase, correct? Not to your view.
Add a println to it to make sure it's being called.
Did you rename the app but have the same manifest ID? Things can get confused. In the sim do a file>Delete All Apps and try again
It would be useful if we had a similar callback for on device settings changed. From what I've seen in the sim onHide is called when menu2 is shown and I think onShow in the watch face view can then be used to load updated settings.