iOS 2.2.0 - Release Notes

So if I’m reading your code and comments correctly it’s an issue with atomicState in the preferences block not working as expected (i.e not saving the parameters). I would also urge you to look into this, the scope of state and atomicState in the preferences block is questionable. Anything you save to them in the preferences block isnt’ available in the initialize() and other methods of the SmartApp

1 Like