Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache file is not deleted in Android when clearing cache is done from android's App Info page #71

Open
JosHuybrighs opened this issue Nov 21, 2019 · 0 comments

Comments

@JosHuybrighs
Copy link

JosHuybrighs commented Nov 21, 2019

Saving data in the cache works as expected but I have a couple of strange behaviors on android:

  • When I erase the cache by using android's App Info page (in settings) I would have expected (as the docs are saying) that this would remove all my cache entries. This doesn't seem to be the case.
  • When I try to find the files (I use FileStore) using a file explorer (on the device or on Windows through USB) I can't find any folder 'MonkeyFileFS' in the Cache folder nor in the Files folder. So, where are they?

On UWP the files are present in the LocalState folder. Didn't test yet on iOS.

I must also remark that the tests I have done were all with deployments coming from Visual Studio, not with a real 'apk' from the play store. Could that be the reason?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant