App growing in size after initial install

Hey everyone,

We’ve been noticing our ionic 1 app slowing growing in size on the mobile device after install, one of our users saw the app grow 15mb. Not sure what is causing this because the only time we’re purposely using the device’s local storage is to save a username and password.

After doing some testing it looks like the data associated with the app increases on every unique reply from a $http.post(). I tried disabling caching on the views and http requests but it had no effect.

Anything obvious I should check? Pretty confused what’s going on here so any help would be greatly appreciated!

I was able to resolve the issue by using cordova-plugin-cache ( https://github.com/moderna/cordova-plugin-cache ) to clear the cordova webview cache on app start