re-installing the app will remove any locally persisted state - which includes the anonymous user’s sign in info
in a web app, we store this stare in either local storage / cookies
in a mobile app, this state is stored in the local storage equivalent - SharedPreferences for android and NSUserDefaults for IOS