You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Saving data in the cache works as expected but I have a couple of strange behaviors on android:
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?
The text was updated successfully, but these errors were encountered: