Forgive me if this has been addressed before; I searched through multiple threads but wasn't able to find a post on this particular issue.
I wrote a simple widget with two settings.
SDK 7.3.0, minimum API 3.2.0
I ran a build on it for a single device (Vivoactive4; the one I own and have physical access to).
In the simulator, if I run File > Edit Persistent Storage > Edit Application.Properties data, everything works as expected.
Both settings (one read-only, one editable) show up properly and behave as expected.
However, when I side-load the app to my device, the settings don't show up at all in ConnectIQ.
In other words, when I open the installed app from "My Widgets", the widget is there, but on the app screen where you'll usually see "Settings" and "Uninstall" as options, only "Uninstall" shows.
It's as though the app does not have any settings file.
This does not affect the widget's behavior itself. The widget is still on the watch and functioning as expected, other than the fact that it must use the defaults for any settings.
Any idea what might cause this?
thanks for any help!