Akavache
Akavache copied to clipboard
Akavache Delete data on App update or kill
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?
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?
Hi, I think it's related to the Finish method. Are you use this method "Finish" in your code ?
No never used Finish method.
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.
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.
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...