SecureStore Values Persist After App update?

Hi All,

Do the values stored within secureStore persist after the user has downloaded an update from the App/Play store? I know AsyncStorage does not.

Thanks in advance.

Hi @vlimjap - both SecureStore and AsyncStorage should persist across App/Play store updates, unless you’ve done something unusual like change your app slug in between updates. Have you observed otherwise with AsyncStorage? :thinking:

Hi @esamelson.

That is probably it. Our app slug does indeed get updated. Let me keep that static for the next build/deployment and see what happens. I’ll report back on the result.

Thanks for your quick reply.

1 Like

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