Quantcast
Viewing all articles
Browse latest Browse all 17061

Delete application data on iOS simulator without uninstalling app?

I would like to delete application data like local storage without reinstalling the app.

I am using AsyncStorage in react-native, and have persisted some data. To quickly test storage, I would like to be able to clear AsyncStorage manually through the simulator, without implementing a logout/ clear AsyncStorage button in the app.

It seems like the iOS simulator is rather limited compared to Android Emulator. e.g. An unrelated problem about iOS simulator: Even clearing the store when its empty causes errors.


Viewing all articles
Browse latest Browse all 17061

Trending Articles