Scenario:
- Our app stores the backend token in the device's keychain (STKeychain, ex SFHFKeychainUtils).
- Background fetch is disabled.
- An upgrade was recently released.
We're getting reports of users having to re-sign in. This seems to be an issue during STKeychain token-retrieval (stored password is being retrieved as nil).
Is it there any known bugs in STKeychain (or iOS keychain itself) that would cause this kind of issue?
Thanks in advance, any leads will be very welcome!