When I change a users profile pic in my app, i do not see it actually change until i restart the app. The url of the image does not change. But the image does change. I want to keep my api this way because i’m using the users unique ID for the image url. Is there a way to clear out ionics cache? $ionicHistory.clearCache() does not do the trick. I’m developing on android.
for got mention i’m using v1.2.1
Just in case anyone else runs into this issue. I fixed it by adding cache-busters as a URL parameter on the server to the images.
Please share your code snippet