The AppBase.getProperty() is deprecated now. So I tried to migrate to Storage.getValue()
The docs are a bit uncleart for me...
https://developer.garmin.com/connect-iq/core-topics/persisting-data/
So I tried to read the app settings from Storage.getValue() first. If not found I try to get "old" values with AppBase.getProperty() and migrate the data into the new storage with Storage.setValue().
So far this is working.
But the app settings done in ConnectIQ app seems to be stored still in AppBase, not is Storage. So changing the settings in ConnectIQ app has no effect if the Storage object has already a value set for the property id. Then the "old" storage is not read in the app.
How can I force the ConnectIQ app to set app settings into the Storage memory?