You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Haneke to retrieve and cache images in my app and the problem I'm having is that after a while the size of the app increases dramatically. After a month or so the app, which is downloaded at <100mb from the app store, reaches up to nearly 5 gb (of Documents & Data)!!
Do I have to manually clear the Haneke Cache? I'm using imageView.hnk_setImageFromURL()
I think it might also be Firebase but I only use firebase to reference the images, and display other (text based) data. My images are also quite large right now, most are ~1mb, which is why I think it's Haneke.
The text was updated successfully, but these errors were encountered:
I'm using Haneke to retrieve and cache images in my app and the problem I'm having is that after a while the size of the app increases dramatically. After a month or so the app, which is downloaded at <100mb from the app store, reaches up to nearly 5 gb (of Documents & Data)!!
Do I have to manually clear the Haneke Cache? I'm using imageView.hnk_setImageFromURL()
I think it might also be Firebase but I only use firebase to reference the images, and display other (text based) data. My images are also quite large right now, most are ~1mb, which is why I think it's Haneke.
The text was updated successfully, but these errors were encountered: