Local storage data missing after app updated

Please provide the following:

  1. SDK Version: 36
  2. Platforms(Android/iOS/web/all): Android

I have an expo app which store user Id (UUID) using React native AsyncStorage,
import { AsyncStorage } from ‘react-native’;
everything is fine, and it is in google play internal testing.
but after made some change and pulished to google play for continue internal test,
after user click update in google play, and found the UUID is missing, seems the app is just installed intead of updated.
Please help what is the problem? Thanks

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