I'm using CoreData
as my local app storage manager.
Sometimes I save BLOB
files (images, videos, etc) and I notice that the app size increases, which is expected.
My problem appears when I delete some data, but the app size doesn't change.
I've downloaded the app's container and noticed that the appname.sqlite
and appname.sqlite-wal
are still large.
Does anyone know why this is happening?
Note: I'm using CoreData with CloudKit with NSPersistentCloudKitContainer
if that can help.