Since I'm using CIQ > 2.4 I was transitioning to Object Store calling
App.Storage.getValue("FTP")
vs the older one which is
App.getApp().getProperty("FTP")
Which was working fine until I wanted to implement user settings on the widget I'm making.
With User Settings Properties.xml defined
<property id="FTP" type="number">200</property>
For the life of me, after reading and re-reading the programmer's doc, I couldn't see why I could get values back from using app.getApp()getProperty and NULL is returned from storage.getvalue.
is Storage only visible within the app and cannot be access by end users? (I can see it in the SIM under "Edit application storage data" though)