Could not decrypt the item in SecureStore

I have an app which makes use of secure store to persist some user state.
not a lot, just a relatively small JSON object. like <10 attributes where each val is less than 255 chars

While testing new releases of my app all of a sudden i’m getting this error

Could not decrypt the item in SecureStore

What is the issue here? none of my changes have anything to do with modifying the logic around SecureStore. I was just changing the value of the notification icon in app.json.

FYI, in order to get around this, it wasn’t enough to install/uninstall. when the app was installed I had to manually go into
settings → applications → <my app> → storage
and do “clear cache” and “clear storage”

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.