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
{{ message }}
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
A new method should be added to MXKAppSettings to return an applicationSupportFolder (based on NSApplicationSupportDirectory), then the MXKAccountManager will be able to use it to store account data (when no group id is defined).
The text was updated successfully, but these errors were encountered:
It seems, on storage constrained devices, this can happen fairly regularly.
My guess is, esp. when the App Store app loads updates and needs to keep these somewhere until they're complete.
When no application group identifier is defined, the Matrix account credentials are stored in a discardable cache files (Library/Caches).
Indeed the [MXKAppSettings cacheFolder] used in MXKAccountManager:
matrix-ios-kit/MatrixKit/Models/Account/MXKAccountManager.m
Line 496 in 2a57b54
matrix-ios-kit/MatrixKit/Models/MXKAppSettings.m
Line 77 in 2a57b54
A new method should be added to MXKAppSettings to return an applicationSupportFolder (based on
NSApplicationSupportDirectory
), then the MXKAccountManager will be able to use it to store account data (when no group id is defined).The text was updated successfully, but these errors were encountered: