I noticed something in my app when I update it on the App Store. The images in the collection view flash briefly because fast image cache is, for some reason, getting them from the original files on disk again instead of getting them from the cache. (logical conclusion because it does the exact same thing UI wise if you delete the cache files)
When the app gets updated the files in the ImageTables directory seem to be there and the same size before and after the app gets updated. However, I can't seem to figure out why FastImageCache would be getting the original image files when the image tables seem to still exist. This is hard to debug because it only seems to occur when the app updates. I was hoping someone else had run into this issue and could give me some guidance.
Thanks!
I noticed something in my app when I update it on the App Store. The images in the collection view flash briefly because fast image cache is, for some reason, getting them from the original files on disk again instead of getting them from the cache. (logical conclusion because it does the exact same thing UI wise if you delete the cache files)
When the app gets updated the files in the ImageTables directory seem to be there and the same size before and after the app gets updated. However, I can't seem to figure out why FastImageCache would be getting the original image files when the image tables seem to still exist. This is hard to debug because it only seems to occur when the app updates. I was hoping someone else had run into this issue and could give me some guidance.
Thanks!