Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

settingsStorage.getItem returns null in Versa 3/Sense

So looks like even if I have settings key set, I am getting a null value using `settingsStorage.getItem`

To verify I am not using the wrong key, I have setup a listenser for `

settingsStorage.addEventListener`
I can see the change event through this listener, but If I do a getItem for the key received in event, I receive a null value. This only seems to happen for SDK 5.0. The same code for older devices seems to work. Any idea what is wrong? (This is on simulator)
Best Answer
0 Votes
1 REPLY 1

Are you trying to enumerate the event or just read the value? I don't think it supports enumerating.

Best Answer
0 Votes