Posts

Post not yet marked as solved
16 Replies
Hi,it looks like to me that this problem still exists. I am experiencing same issues occasionally, and I am getting out of ideas how to resolve. App is using keychan for storing access and refresh token, and keychain returns this kind of error on random, as I can see. On some devices works without any issues, and on some fails, from time to time, can't figure out any pattern. Using latest xcode, and it doesn't depends on iOS version. If something is wrong with keychain group, entitlements, or code I assueme that it will fail more often, since implementation is straightforward. App is presenting welcome screen, and waits for tokens to be refreshed, or it is refreshed at runtime if server request fails, and we can remove memory pressure as potentialy reason (I read somewhere that can cause this). Error is retuned no meeter if we try to retreive or store value.Any advice would be appreciated.Edit: I tried to force memoryWarning, simulate memory preassure with allocating memory and data is retreived properly. Since I am logging errors into file, I just received log file from client device with message:`Keychain loading error for key refreshToken. Keychain error status: -34018 App is using 34.21953582763672MB MB. Device memory status is: Used memory: 2350.40625 MB; free memory: 184.625 MB.`