-
Notifications
You must be signed in to change notification settings - Fork 200
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
Decoding error when loading amplify credentials: KeychainStoreError #3937
Comments
@andr3a88-amk Would you be able to share the entire verbose log? If possible, would you also be able to share the verbose logs when it was working in the earlier version. Also did the config change from 2.43.0 to 2.45.1? |
@andr3a88-amk I am able to reproduce the issue. I am working on a fix and will update as soon as I have a fix ready. |
A fix has been released for the issue. https://github.com/aws-amplify/amplify-swift/releases/tag/2.45.2 |
@harsh62 I can confirm that the issue is no longer present on |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
Hi, I've updated Amplify Swift from 2.43.0 to 2.45.1. When I run my app with the updated of Amplify I cannot fetch the access token (causing a force logout to the user). I fetch the access token calling
cognitoTokenProvider.getCognitoTokens().get()
From Xcode console i noticed this log:
Steps To Reproduce
Expected behavior
A valid access token should be returned
Amplify Framework Version
2.45.1
Amplify Categories
Auth
Dependency manager
Swift PM
Swift version
5.10
CLI version
12.12.6
Xcode version
Xcode 16.1 Build version 16B40
Relevant log output
Is this a regression?
No
Regression additional context
No response
Platforms
No response
OS Version
18.1
Device
Simulator and real device (iPhone 15)
Specific to simulators
NO
Additional context
No response
The text was updated successfully, but these errors were encountered: