Akavache icon indicating copy to clipboard operation
Akavache copied to clipboard

Akavache Delete data on App update or kill

Open luigisaggese opened this issue 7 years ago • 6 comments

I have an issue on Akavache, I'm using BlobCache.LocalMachine to Store data, but when i update app (from AppStore) or terminate my app from multitask, cache results are empty. This case happens only on update or app kill.

What is wrong on my use case of Akavache?

luigisaggese avatar May 04 '17 08:05 luigisaggese

I'm just starting to use Akavache and haven't yet found this sccenario, so I'm also curious to know if this is true?

Im-PJ avatar Jul 18 '17 13:07 Im-PJ

Hi, I think it's related to the Finish method. Are you use this method "Finish" in your code ?

vurf avatar Jul 18 '17 13:07 vurf

No never used Finish method.

luigisaggese avatar Jul 18 '17 13:07 luigisaggese

I experience this as well on iOS, I think. If the app crashes, or I kill the app and open it again all data is gone.

henningms avatar Jul 02 '18 20:07 henningms

I have an issue on Akavache, I'm using BlobCache.LocalMachine to Store data, but when i update app (from AppStore) or terminate my app from multitask, cache results are empty. This case happens only on update or app kill.

What is wrong on my use case of Akavache?

Yes, I have the same issue now.

carl-neng avatar Jul 16 '19 07:07 carl-neng

I have an issue on Akavache, I'm using BlobCache.LocalMachine to Store data, but when i update app (from AppStore) or terminate my app from multitask, cache results are empty. This case happens only on update or app kill.

What is wrong on my use case of Akavache?

did you do this? https://github.com/reactiveui/Akavache/blob/master/README.md#handling-xamarin-linker

GitHub
An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data tha...

ricodp avatar Nov 12 '19 05:11 ricodp